Menu

PHPLIBEX folder declaration

2006-09-01
2013-03-22
  • Nobody/Anonymous

    Hi there.

    I'm happy to use this library (simple and powerfull), and I have an improvment for you :
    in phplibex.inc.php you don't need to hard-code the folder of phplibex.
    On line 68, replace
    $phplibex_folder = "C:/apachefriends/xampp/htdocs/phplibex";
    by
    $phplibex_folder = dirname(__FILE__);

    and on line 74, replace
    define("PHPLIBEX_ERROR_LOG","C:/apachefriends/xampp/htdocs/phplibex/phplibex-error.log");
    by
    define("PHPLIBEX_ERROR_LOG", dirname(__FILE__).'/phplibex-error.log');

    Hopes this help to made this lib independant !

    -Jerome-

     
    • KK

      KK - 2006-09-01

      thx a lot. It is fixed and available in CVS :-).

      Ciao,
      Kai

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.