Changeset 1886

Show
Ignore:
Timestamp:
05/09/08 22:54:08 (2 months ago)
Author:
fabry
Message:

created new script that will send daily emails to the root users about PBis were the URL is invalid.

Location:
websites/pbidir.com/bibivu
Files:
2 added
3 modified

Legend:

Unmodified
Added
Removed
  • websites/pbidir.com/bibivu/bin/start.php

    r1770 r1886  
    2020                                return true; 
    2121                                break; 
     22/* 
    2223                        case 'mirrors': 
    2324                                set_time_limit(0); 
     
    3839                                } 
    3940                                break; 
     41*/ 
    4042                        case 'lang': 
    4143                                load_library('lang')->set_lang($this->uri->get_num(3)); 
  • websites/pbidir.com/bibivu/etc/periodic/hourly/upd_mirr.php

    r1569 r1886  
    55        exit(0); 
    66} 
     7$_GET['bm'] = 'bibivu_cron'; 
    78$_GET['bt'] = 'mirrors'; 
    89$_GET['update'] = true; 
  • websites/pbidir.com/bibivu/sbin/cron.php

    r1525 r1886  
    55 * it allows to execute scripts 
    66 * that are located into the 
    7  * ETCPATH/priodic folder 
     7 * ETCPATH/periodic folder 
    88 * 
    99 * some of this code has been borrowed from: