PHP Classes

File: public_html/cron.php

Recommend this page to a friend!
  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: 14 years ago
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>