Файл: index.php
Строк: 14
<?
###################################################
# BY MAKSAMKA (Mr.MAX) ICQ 154-26-36 #
# Поиск видео > API v3 Youtube #
# Версия сборки V.2.0 #
###################################################
require_once(dirname(__FILE__).'/_system/bd.php')?>
<?if($_GET['m'] == 'process' or $_GET['m'] == 'resultat' or $_GET['m'] == 'video' or $_GET['m'] == 'turbo' or $_GET['m'] == 'online' or $_GET['m'] == 'comment' or $_GET['m'] == 'tags'):?>
<?require_once(dirname(__FILE__).'/_core/config/' . filtr($_GET['m']))?>
<?else:?>
<?require_once(dirname(__FILE__).'/_core/config/index')?>
<?endif?>