bludit/admin/controllers/users.php
2015-05-05 01:00:01 +00:00

7 lines
116 B
PHP

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