Changeset 11 for administrace/borec/zaznamPovolenychRegistraci.php
- Timestamp:
- Aug 11, 2007, 12:04:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace/borec/zaznamPovolenychRegistraci.php
r5 r11 1 1 <?php 2 include '../SubFiles/TestLicence.php'; 2 include '../SubFiles/TestLicence.php'; 3 include('../../config.php'); 3 4 ?> 4 5 <TABLE width="100%" border="0"> … … 7 8 <TD width="100%" valign="top"> 8 9 9 <? 10 <?php 10 11 11 $File = fopen('c:\www\LockRegistration\záznam.log', 'r'); 12 fgets($File); 13 while(!feof($File)) 14 echo(substr(fgets($File), 0).'<br>'); 12 echo(str_replace("\n", '<br>', (file_get_contents('../../registrace/LockRegistration/záznam.log')))); 13 15 14 ?> 16 15 </table>
Note:
See TracChangeset
for help on using the changeset viewer.