Ignore:
Timestamp:
Aug 11, 2007, 12:04:22 AM (17 years ago)
Author:
george
Message:

Sjednocení parametrů připojení k databázi do jednoho souboru config.php.
Přepsání všech cest na relativní.
Přidání parametru BaseUrl do souboru config.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • administrace/borec/zaznamPovolenychRegistraci.php

    r5 r11  
    11<?php
    2        include '../SubFiles/TestLicence.php';
     2  include '../SubFiles/TestLicence.php';
     3  include('../../config.php');
    34?>
    45<TABLE width="100%" border="0">
     
    78<TD  width="100%" valign="top">
    89
    9 <?
     10<?php
    1011
    11 $File = fopen('c:\www\LockRegistration\záznam.log', 'r');
    12 fgets($File);
    13 while(!feof($File))
    14 echo(substr(fgets($File), 0).'<br>');
     12echo(str_replace("\n", '<br>', (file_get_contents('../../registrace/LockRegistration/záznam.log'))));
     13
    1514?>
    1615</table>
Note: See TracChangeset for help on using the changeset viewer.