Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
- <title>Welcome </title>
- <h1>Welcome to john mahugus home page</h1>
- <p>Scripts in the www/ directory:</p>
- <?php
- $files = glob("./*");
- foreach ($files as $file) {
- $file = basename($file);
- if ($file and $file[0] == "_") {
- continue;
- }
- printf("<a href='%s'>%s</a><br>", $file, $file);
- }
- ?>
- <h2>Notes</h2>
- <ul>
- <li>To disable debugging console window, edit the settings.json
- file and change the "show_console" setting to false.</li>
- </ul>
- <hr>
- Project website:
- <a href="http://code.google.com/p/phpdesktop/">
- http://code.google.com/p/phpdesktop/
- </a>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
- <br><br><br><br>
Advertisement
Add Comment
Please, Sign In to add comment