core/api/modules/fast-edit/index.php

13 lines
242 B
PHP
Executable File

<?php
/*
01.05.2021
Быстрая сохранялка таблицы content
*/
//if (!$_SESSION['user_id'] && !ID)header( 'Location: /403/' );
$mod = new main( $smarty, $settings, $db );
if ($_POST)$mod->update($_POST);
?>