Changeset 13405

Show
Ignore:
Timestamp:
06/07/08 20:12:37 (5 years ago)
Author:
maru_cc
Message:

app/managerを見るように修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/ethna/trunk/app/Phwittr_Controller.php

    r13385 r13405  
    1414$app = BASE . "/app"; 
    1515$lib = BASE . "/lib"; 
    16 ini_set('include_path', implode(PATH_SEPARATOR, array($app, $lib)) . PATH_SEPARATOR . ini_get('include_path')); 
     16$manager = $app . "/manager"; 
     17ini_set('include_path', implode(PATH_SEPARATOR, array($app, $lib, $manager)) . PATH_SEPARATOR . ini_get('include_path')); 
    1718 
    1819