de05b7146bca2143ecaac06cf025e6b3cbeda45d
1
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
5 <meta http
-equiv
="content-type" content
="text/html"; charset
="utf-8">
6 <title
>Redakce
- (c
) 2oo6
- Harvie
</title
>
7 <meta http
-equiv
="cache-control" content
="no-cache" />
14 <form action
="edit.php" method
="post">
15 Login
: <input type
="text" name
="user" size
="25"><br
>
16 Password
: <input type
="password" name
="password" size
="25"><br
>
19 <select name
="file" size
="10">
22 $soubory=opendir('.');
23 while (false!==($file = readdir($soubory)))
25 if ($file != "." && $file != "..")
27 echo "<option value=\"" .$file."\">".$file."</option>\n";
35 <input type
="submit" value
="EDIT">
This page took 0.43171 seconds and 5 git commands to generate.