OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
cron.php
Go to the documentation of this file.
1 <?php
2 
3 
4 require_once dirname(__FILE__) . "/../bootstrap.php";
5 
6 // initializes singleton config class
8 
9 // executing maintenance tasks..
10 oxNew("oxmaintenance")->execute();
11 
12 // closing page, writing cache and so on..
13 $myConfig->pageClose();