Subversion Repositories ALCASAR

Rev

Rev 2267 | Rev 2315 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2267 Rev 2269
Line 224... Line 224...
224
		<tr><td valign="middle" align="center">
224
		<tr><td valign="middle" align="center">
225
		<a href="admin_log.php" target="REXY2">
225
		<a href="admin_log.php" target="REXY2">
226
		<?
226
		<?
227
			$tab=file(ACC_ACCESS_LOG);
227
			$tab=file(ACC_ACCESS_LOG);
228
			$counter=count ($tab);
228
			$counter=count ($tab);
229
			$field=explode("|", $tab[1]);
229
			$field=explode("|", $tab[0]);
230
			$first_date_time=$field[0];
230
			$first_date_time=$field[0];
231
			$first_date=explode(" ", $first_date_time);
231
			$first_date=explode(" ", $first_date_time);
232
			echo "$counter</a><br>";
232
			echo "$counter</a><br>";
233
			echo "$l_since $first_date[0]";
233
			echo "$l_since $first_date[0]";
234
		?>
234
		?>