Просмотр файла script/admin/conf.inc.php

Размер файла: 838B
<?php
/*-----------------------------------------------------------------------------------------
mcGalleryPRO
All code is © 2003 Marc Cagninacci.
No files may be redistributed in whole or significant part.
----------------- mcgalleryPRO IS NOT FREE SOFTWARE -------------------
You should have receive a file called license.txt in this package
--------------------------------------------------------------------------------------------*/


if (file_exists("./common.php")) { include './common.php'; }
else { include './admin/common.php'; }

//  register_globals ON and OFF compliance.  Do not modify

error_reporting(E_ALL & ~ E_NOTICE);

if (!empty($_SERVER)) { extract($_SERVER, EXTR_OVERWRITE); }
if (!empty($_GET)) { extract($_GET, EXTR_OVERWRITE); }
if (!empty($_POST)) { extract($_POST, EXTR_OVERWRITE); }
?>