Вход Регистрация
Файл: modules/foto/index.php
Строк: 37
<?php

/* Мод "Фотоальбомы"
 * Версия v0.0.1
 * Дата последнего редактирования 27.11.2014
 * Двиг DCMS Special
 * Модифицировал densnet
 * Файл index.php
 * Описание: выводит файлы фотоальбомов
 */

require_once '../../sys/inc/start.php';
require_once 
'sys/inc/compress.php';
require_once 
'sys/inc/sess.php';
require_once 
'sys/inc/settings.php';
require_once 
'sys/inc/db_connect.php';
require_once 
'sys/inc/ipua.php';
require_once 
'sys/inc/fnc.php';
require_once 
'sys/inc/user.php';

define('DIR_FOTO''/modules/foto/');
if (isset(
$_GET['acth']) && $_GET['acth'] == 'komm' && isset($_GET['id_gallery']) && isset($_GET['id_foto'])) {
    require_once 
'inc/komm.php';
}
if (isset(
$_GET['acth']) && $_GET['acth'] == 'show_foto' && isset($_GET['id_gallery']) && isset($_GET['id_foto'])) {
    require_once 
'inc/user_show_foto.php';
}
if (isset(
$_GET['acth']) && $_GET['acth'] == 'user_gallery' && isset($_GET['id_gallery'])) {
    require_once 
'inc/user_gallery_show.php';
} elseif (isset(
$_GET['acth']) && $_GET['acth'] == 'user_gallery') {
    require_once 
'inc/user_gallery.php';
} else {
    require_once 
'inc/all_gallery.php';
}

require_once 
'sys/inc/tfoot.php';
Онлайн: 1
Реклама