Changeset 1078 for trunk/htdocs/cacher/edit.php
- Timestamp:
- 07/29/2012 08:45:04 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/edit.php
r1053 r1078 1 1 <?php 2 2 3 include ("./common.php");3 include "./common.php"; 4 4 5 5 if (!isset($_GET['name'])) { … … 39 39 $module = "cacher"; 40 40 41 include ("edit.tpl.php");41 include "edit.tpl.php"; 42 42 43 43 ?>

