Login   Register  
PHP Classes
elePHPant
Icontem

File: public_html/cron.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of martin barker  >  lightweight MVC  >  public_html/cron.php  >  Download  
File: public_html/cron.php
Role: Application script
Content type: text/plain
Description: allow testing of the cron system from the browser
Class: lightweight MVC
Implements the MVC design pattern
Author: By
Last change:
Date: 2010-11-25 03:05
Size: 213 bytes
 

Contents

Class file image Download
<pre>
<?php
error_reporting
(2047);
ini_set("display_errors",1);
echo 
"<-- Lightweight Crond Server Started -->\r\n";
include(
"../crond.php");
echo 
"<-- Lightweight Crond Server Finished -->\r\n";
?>
</php>