Changeset 1185
- Timestamp:
- 10/07/07 22:24:56 (1 year ago)
- Files:
-
- branches/1.0/src/lib/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/src/lib/functions.php
r1181 r1185 215 215 216 216 function badTokenMessage(){ 217 die("Your tokens have timed out. <a href='{$_SERVER['HTTP_REFERER']}'>Reload</a> the page to reset your tokens. ");217 die("Your tokens have timed out. <a href='{$_SERVER['HTTP_REFERER']}'>Reload</a> the page to reset your tokens. (this link might not take you anywhere useful.). The contents of your request is printed below-- It has not been saved to the system! You should save this if it does not exist elsewhere!<pre>". array_print($_REQUEST) . '</pre>'); 218 218 } 219 219
