Skip to content

Commit

Permalink
Removed test ini_include path
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Sep 27, 2009
1 parent b234b54 commit 6367583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpSmug.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
* to), swap the two elements around the $path_delimiter variable. If you don't have
* the PEAR packages installed, you can leave this like it is and move on.
**/
//ini_set('include_path', ini_get('include_path') . $path_delimiter . dirname(__FILE__) . '/PEAR');
ini_set('include_path', dirname(__FILE__) . '/PEAR' . $path_delimiter . ini_get('include_path') );
ini_set('include_path', ini_get('include_path') . $path_delimiter . dirname(__FILE__) . '/PEAR');

/**
* Forcing a level of logging that does NOT include E_STRICT.
* Unfortunately PEAR and it's modules are not obliged to meet E_STRICT levels in
Expand Down

0 comments on commit 6367583

Please sign in to comment.