bludit/admin/controllers/users.php

7 lines
116 B
PHP

<?php defined('BLUDIT') or die('Bludit CMS.');
if( $_SERVER['REQUEST_METHOD'] == 'POST' )
{
$Site->set($_POST);
}