From: Chris S. <san...@us...> - 2005-11-28 12:56:36
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6993/frontend_general Modified Files: process_input.php Log Message: Better error trapping, requiring process_input.php Index: process_input.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/process_input.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** process_input.php 29 Aug 2005 18:41:03 -0000 1.6 --- process_input.php 28 Nov 2005 12:56:28 -0000 1.7 *************** *** 29,33 **** $user = ''; - if (get_magic_quotes_gpc()) { /** --- 29,32 ---- *************** *** 68,72 **** } - // Establish the user - we always need this to print the header as well as // for other purposes depending on the file. --- 67,70 ---- *************** *** 86,89 **** $options = stack_options_set(NULL); - ?> --- 84,86 ---- |