Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mad Splash Fork: Question Thread
#1
Wanted to set up a thread for me to ask questions in order to assist with the Mad Splash fork of GS.

First question: in the error_checking.php file, does $update get set prior to error_checking.php being used? I'm attempting to update the error checking with a class, and I need to know how - in detail - error_checking.php actually works. I've looked through it, but I don't know where the $_GET values it asks for come from.
Reply
#2
if(!isset($update)) $update = '';
if(isset($_GET['upd'])) $update = var_in($_GET['upd']); // preset update tokens

one or the other
since we use redirect pattern for some stuff and include for others
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)