Search results

  1. W

    Cookie functionality

    About a week ago I upgraded the script on my site and recently I've had a few people complain about having to login all the time. So I did some investigating and found this: class.auth.php [line 290] //$s = json_encode(array('un' => $un, 'pw' => $pw)); //return setcookie('spf', $s, time() + 60...
  2. W

    Sorting by original filename

    With the new version I'm having an issue sorting by the original file name. In the old version I just moved the original filename to the beginning of the column and it worked that way. But now it doesn't seem to work. I'm probably missing something stupidly obvious but I figured I would ask...