Explorar el Código

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

Victor De la Rocha hace 16 años
padre
commit
b44c53adc0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      config-sample.php

+ 0 - 1
config-sample.php Ver fichero

@@ -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");