Browse Source

session_start() deleted. We can find a session_start in entry.php (line 51)

Victor De la Rocha 16 years ago
parent
commit
b44c53adc0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config-sample.php

+ 0 - 1
config-sample.php View File

@@ -22,7 +22,6 @@ if(!defined('entry') || !entry) die('Not a valid page');
22 22
 
23 23
 	define('Absolute_Path', dirname(__FILE__).DIRECTORY_SEPARATOR);	
24 24
 	
25
-	session_start();
26 25
 	header("Expires: Mon, 26 Jul 1957 05:00:00 GMT");
27 26
 	header("Last-Modified: " . gmdate("D, d M Y H:i:s ") . " GMT");
28 27
 	header("Cache-Control: no-store, no-cache, must-revalidate");