Update of /cvsroot/stack/stack-1-0/frontend_general
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30116/frontend_general
Modified Files:
Tag: frontend_dev
process_input.php
Log Message:
Removed a couple more warnings.
New attempt at admin menu!
Index: process_input.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/frontend_general/Attic/process_input.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** process_input.php 14 Jun 2005 14:15:07 -0000 1.1.2.2
--- process_input.php 14 Jun 2005 14:27:41 -0000 1.1.2.3
***************
*** 21,25 ****
session_start();
- require_once('stackstd.php');
$errors = '';
--- 21,24 ----
|