From: Simon H. <sim...@us...> - 2010-10-01 15:03:02
|
Update of /cvsroot/stack/stack-dev In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7863 Modified Files: index.php Log Message: Much needed optimisation of question listing. Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-dev/index.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** index.php 30 Sep 2010 16:56:15 -0000 1.43 --- index.php 1 Oct 2010 15:02:54 -0000 1.44 *************** *** 21,36 **** session_start(); - /*echo "<pre>"; - print_r($_SESSION); - echo "-------------------"; - print_r($_POST); - echo "-------------------"; - print_r($_GET); - echo "</pre>"; - - unset($_SESSION['S_item']); - unset($_SESSION['authorItem']); - */ - $configFile = 'config.php'; if(!file_exists($configFile)) --- 21,24 ---- |