OXID eShop CE
4.9.5
Main Page
Related Pages
Classes
Files
File List
File Members
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
7
$myConfig
=
oxRegistry::getConfig
();
8
9
// executing maintenance tasks..
10
oxNew
(
"oxmaintenance"
)->execute();
11
12
// closing page, writing cache and so on..
13
$myConfig
->pageClose();
bin
cron.php
Generated by
1.8.1.2