|
@@ -1,36 +0,0 @@
|
1
|
|
-<?php
|
2
|
|
-
|
3
|
|
-
|
4
|
|
- gelato CMS - A PHP based tumblelog CMS
|
5
|
|
- development version
|
6
|
|
- http:
|
7
|
|
-
|
8
|
|
- gelato CMS is a free software licensed under GPL (General public license)
|
9
|
|
-
|
10
|
|
- =========================== */
|
11
|
|
-?>
|
12
|
|
-<?php
|
13
|
|
-
|
14
|
|
- define('DB_Server', 'localhost');
|
15
|
|
- define('DB_name', 'gelato');
|
16
|
|
- define('DB_User', 'root');
|
17
|
|
- define('DB_Password', 'pass');
|
18
|
|
- define('Table_prefix', 'gel_');
|
19
|
|
-
|
20
|
|
-
|
21
|
|
-
|
22
|
|
- define('Absolute_Path', dirname(__FILE__).DIRECTORY_SEPARATOR);
|
23
|
|
-
|
24
|
|
- session_start();
|
25
|
|
- header("Expires: Mon, 26 Jul 1957 05:00:00 GMT");
|
26
|
|
- header("Last-Modified: " . gmdate("D, d M Y H:i:s ") . " GMT");
|
27
|
|
- header("Cache-Control: no-store, no-cache, must-revalidate");
|
28
|
|
- header("Cache-Control: post-check=0, pre-check=0", false);
|
29
|
|
- header("Pragma: no-cache");
|
30
|
|
- require_once(Absolute_Path."classes".DIRECTORY_SEPARATOR."mysql_connection.class.php");
|
31
|
|
-
|
32
|
|
- require_once(dirname(__FILE__).'/classes/streams.php');
|
33
|
|
- require_once(dirname(__FILE__).'/classes/gettext.php');
|
34
|
|
- require_once(dirname(__FILE__)."/classes/lang.php");
|
35
|
|
- initIdioma('en');
|
36
|
|
-?>
|