OXID eShop CE
4.8.11
Main Page
Related Pages
Classes
Files
File List
File Members
OXID eShop CE
Deprecated List
Classes
Files
File List
admin
application
bin
cron.php
core
modules
index.php
bootstrap.php
config.inc.php
getimg.php
oxseo.php
widget.php
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