cron.php

Go to the documentation of this file.
00001 <?php
00002 
00003 
00004 require_once dirname(__FILE__) . "/../bootstrap.php";
00005 
00006 // initializes singleton config class
00007 $myConfig = oxRegistry::getConfig();
00008 
00009 // executing maintenance tasks..
00010 oxNew("oxmaintenance")->execute();
00011 
00012 // closing page, writing cache and so on..
00013 $myConfig->pageClose();