Changeset 67 for trollforge
- Timestamp:
- 11/23/05 10:35:59 (7 years ago)
- Location:
- trollforge/lastmeasure
- Files:
-
- 2 added
- 1 edited
- 1 moved
-
include (added)
-
include/browser.php (added)
-
include/js.inc (moved) (moved from trollforge/lastmeasure/js.inc)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/index.php
r66 r67 1 1 <?php 2 include("include/browser.php"); 3 2 4 function list_images() { 3 5 $files = array(); 4 $dh = opendir( "images/");6 $dh = opendir('images/'); 5 7 while(($file = readdir($dh)) != false) { 6 8 $ext = substr($file, -3); … … 65 67 <title>GNAA Last Measure Unified</title> 66 68 <script language="JavaScript"> 67 <?php include(" js.inc"); ?>69 <?php include("include/js.inc"); ?> 68 70 </script> 69 71 <link rel="icon" type="image/x-icon" href="/favicon.ico" />
Note: See TracChangeset
for help on using the changeset viewer.
