Changeset 20 for trunk/services/lock.php


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/lock.php

    r19 r20  
    1111App::sslOn();
    1212
    13 if (getFormData('boomerang', false)) {
     13if (getFormData('boomerang', false) && isset($_SERVER['HTTP_REFERER'])) {
    1414    // We remember which page we came from so we can go back there.
    1515    $boom_url = strpos(getFormData('boomerang'), '/') !== false ? getFormData('boomerang') : $_SERVER['HTTP_REFERER'];
Note: See TracChangeset for help on using the changeset viewer.