From: Chris S. <san...@us...> - 2005-07-14 18:45:06
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12829 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/index.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** index.php 14 Jul 2005 17:46:58 -0000 1.22 --- index.php 14 Jul 2005 18:44:54 -0000 1.23 *************** *** 25,34 **** */ /////////////////////////////////////////////////////////////// // (1) Process Input - this sets $action, $user and $username /////////////////////////////////////////////////////////////// - session_start(); - if (file_exists('stackstd.php')) { include('stackstd.php'); --- 25,38 ---- */ + + /** + * + */ + session_start(); + /////////////////////////////////////////////////////////////// // (1) Process Input - this sets $action, $user and $username /////////////////////////////////////////////////////////////// if (file_exists('stackstd.php')) { include('stackstd.php'); |