User Menu
Keywords
WikyBlog.com
What CMS
|
Plugins > Maintenance ScriptsCurrently, the primary maintenance script is run approximately every 24 hours. Maintenance BasicsTo register a maintenance script, you'll need to indicate it's location in the links.php file. The URI should be relative to your plugin's root directory. links.php<?php $maintenance = 'maintenance.php'; maintenance.php<?php defined('WikyBlog') or die('Not an entry point...'); ... your code ... fgdfdf Notes
|