Changeset 1313 in ExiteCMS for trunk/includes/theme_functions.php


Ignore:
Timestamp:
02/27/08 12:37:15 (4 years ago)
Author:
root
Message:

replaced the internal captcha routine by SecureImaga

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/theme_functions.php

    r1311 r1313  
    455455        // thread notifies: set to 14 days 
    456456        $result = dbquery("DELETE FROM ".$db_prefix."thread_notify WHERE notify_datestamp < '".(time() - $day * 14)."'"); 
    457         // captcha images: set to 6 minutes 
    458         $result = dbquery("DELETE FROM ".$db_prefix."captcha WHERE captcha_datestamp < '".(time() - $minute * 6)."'"); 
    459457        // new registered users: set to 3 days 
    460458        $result = dbquery("DELETE FROM ".$db_prefix."new_users WHERE user_datestamp < '".(time() - $day * 3)."'"); 
Note: See TracChangeset for help on using the changeset viewer.