Changeset 8542 for temp/trunk
- Timestamp:
- 2006/11/19 14:46:39 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 3 edited
-
.htaccess (modified) (previous)
-
test/naka/info.php (modified) (1 diff)
-
test/naka/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/naka/info.php
r7792 r8542 1 1 <?php 2 require_once("../../require.php"); 2 3 phpinfo(); 3 4 ?> -
temp/trunk/html/test/naka/test.php
r8532 r8542 17 17 18 18 <?php 19 require_once("../../require.php"); 20 19 21 if(isset($_POST['string'])) { 20 22 print("string is " . $_POST['string']);
Note: See TracChangeset
for help on using the changeset viewer.
