Open Sencillo  2015.003
Long live the simplicity of PHP
 All Data Structures Namespaces Functions
main-config.php
1 <?php
2 /*~ main-config.php
3 .---------------------------------------------------------------------------.
4 | Software: Sencillo Config |
5 | Version: 2015.003 |
6 | Contact: ph@mastery.sk |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2015, Bc. Peter Horváth. All Rights Reserved. |
10 | ------------------------------------------------------------------------- |
11 | License: Distributed under the General Public License (GPL) |
12 | http://www.gnu.org/licenses/gpl-3.0.html |
13 | This program is distributed in the hope that it will be useful - WITHOUT |
14 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
15 | FITNESS FOR A PARTICULAR PURPOSE. |
16 '---------------------------------------------------------------------------'
17 ~*/
18 //Main information
30 define('PAGE',$_GET['p']);
31 define("USER_IP",$_SERVER["REMOTE_ADDR"]);
32 define("USER_BROWSER",$_SERVER["HTTP_USER_AGENT"]);
33 ?>