Файловый менеджер - Редактировать - /var/www/vhosts/studiocol.dev1.mndrn.cloud/app/theme/_/theme.ctrl.php
Назад
<?php ### GYURAL ### /* ---------- theme ---------- Filename: /app/theme/_/theme.ctrl.php Version: 0.1 Author: Andrea Rufo <orangedropdesign@gmail.com> Date: 06/02/2015 */ class themeCtrl extends standardController { var $index_tollerant = true; function __construct() { } function getIndex(){ $app_data['menu-active'] = 'home'; $app_data['title'] = 'Benvenuti'; Application('theme/_v/header', null, $app_data); Application('theme/_v/index', null, $app_data); Application('theme/_v/footer', null, $app_data); } function postLogin() { if( Logged() ) if( $_POST['doc'] > 0 ){ header('location: /documents/get/id:'.$_POST['doc']); }else{ header('location: /'); } else header('location: /pages/registrazione/error:1'); } function getLogout(){ session_destroy(); header('location: /'); } function getGrazie(){ $app_data['title'] = 'Grazie'; Application('theme/_v/header', null, $app_data); Application('theme/_v/grazie', null, $app_data); Application('theme/_v/footer', null, $app_data); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.5 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка