Open Sencillo  2014.008
 All Data Structures Files Functions Variables Pages
basicstrap.php
Go to the documentation of this file.
1 <?php
2 /*~ basicstrap.php
3 .---------------------------------------------------------------------------.
4 | Software: SencilloCache |
5 | Version: 2014.003 |
6 | Contact: ph@mastery.sk |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2014, Bc. Peter Horváth. All Rights Reserved. |
10 | ------------------------------------------------------------------------- |
11 | License: Distributed under the General Public License (GPL) |
12 | http://www.gnu.org/copyleft/gpl.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 include("./fw_headers/mysql-config.php");
19 require("./fw_headers/main-config.php");
20 require("./fw_core/core_sql.php");
21 require("./fw_headers/session.php");
22 require("./cache.php");
23 require("./fw_core/core_functions.php");
24 ?>