Subversion Repositories cheapmusic

Rev

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."/cron.php";
12
			highlight_string($command);
13
			?>
14
			</p>
15
		</td>
16
	</tr>
17
	<tr>
18
		<td>
19
		<p><?php echo $spTextPanel['alsocheckfollowlink']?></p>
20
		<p><a target="_blank" href="<?php echo SP_MAIN_SITE?>/install/setup-cron/" class="infobox"><?php echo SP_MAIN_SITE?>/install/setup-cron/</a></p>
21
		</td>
22
	</tr>
23
</table>