Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
- |
1 |
<?php echo showSectionHead($spTextPanel['Cron Command']); ?>
|
|
|
2 |
|
|
|
3 |
<table width="600px" border="0" cellspacing="0" cellpadding="0" class="search">
|
|
|
4 |
<tr>
|
|
|
5 |
<th style="text-align: left;font-size: 14px;padding-left: 10px;"><?php echo $spTextPanel['Add following command to your cron tab']?></th>
|
|
|
6 |
</tr>
|
|
|
7 |
<tr>
|
|
|
8 |
<td valign="middle">
|
|
|
9 |
<p class="note" style="padding-top: 6px;font-size: 15px;width: 600px;">
|
|
|
10 |
<?php
|
|
|
11 |
$command = "*/15 * * * * php ".SP_ABSPATH."/siteauditorcron.php";
|
|
|
12 |
highlight_string($command);
|
|
|
13 |
?>
|
|
|
14 |
</p>
|
|
|
15 |
</td>
|
|
|
16 |
</tr>
|
|
|
17 |
</table>
|