Changeset 1736

Show
Ignore:
Timestamp:
09/01/07 16:37:32 (6 years ago)
Author:
kop-labs
Message:

Changes directory structure

Location:
website/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • website/lib/ConfigUtil.class.php

    r1735 r1736  
    33  function ConfigUtil(){ 
    44    global $conf; 
    5     include("lib/config.php"); 
     5    include("config.php"); 
    66    $this->app = $conf['dirs']['app']; 
    77    $this->tpl = $conf['dirs']['tpl']; 
  • website/lib/view/IndexForm.class.php

    r1735 r1736  
    11<? 
    2 require_once(dirname(__FILE__) . "/../ConfigUtil.class.php"); 
     2require_once(dirname(__FILE__) . "../ConfigUtil.class.php"); 
    33$cfg = new ConfigUtil(); 
    44$cfg->load("views.Servlet");