Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/login.php

    r19 r20  
    55 */
    66
    7 if (getFormData('boomerang', false)) {
     7if (getFormData('boomerang', false) && isset($_SERVER['HTTP_REFERER'])) {
    88    // We remember which page we came from so we can go back there.
    99    App::setBoomerangURL($_SERVER['HTTP_REFERER']);
Note: See TracChangeset for help on using the changeset viewer.