Show
Ignore:
Timestamp:
07/29/2012 08:45:04 AM (10 months ago)
Author:
moo
Message:

htdocs/cache: re-adds help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/cacher/edit.php

    r1053 r1078  
    11<?php 
    22 
    3 include("./common.php"); 
     3include "./common.php"; 
    44 
    55if (!isset($_GET['name'])) { 
     
    3939$module = "cacher"; 
    4040 
    41 include("edit.tpl.php"); 
     41include "edit.tpl.php"; 
    4242 
    4343?>