0byt3m1n1
Path:
/
data
/
applications
/
aps
/
b2evolution
/
4.1.5b-1.bak
/
standard
/
htdocs
/
inc
/
cron
/
jobs
/
[
Home
]
File: _test.job.php
<?php /** * This file implements the test Cron controller * * @author fplanque: Francois PLANQUE * * @version $Id: _test.job.php 9 2011-10-24 22:32:00Z fplanque $ */ if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' ); $result_message = T_('The TEST cron controller says hello!'); return 1; /* ok */ /* * $Log: _test.job.php,v $ */ ?>