bludit/admin/controllers/users.php

7 lines
116 B
PHP
Raw Normal View History

2015-05-05 03:00:01 +02:00
<?php defined('BLUDIT') or die('Bludit CMS.');
if( $_SERVER['REQUEST_METHOD'] == 'POST' )
{
$Site->set($_POST);
}