mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
10 lines
290 B
Text
10 lines
290 B
Text
--- beautify_php.orig 2003-05-07 19:56:23 UTC
|
|
+++ beautify_php
|
|
@@ -3,6 +3,7 @@
|
|
/**
|
|
* Console script to use Beautify PHP from the command line
|
|
*/
|
|
+ ini_set('include_path', '/usr/local/share/pear:/usr/local/share/pear/bootstrap');
|
|
/**
|
|
* Require PEAR Class
|
|
*/
|