Subversion Repositories prepend

Rev

Rev 2 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 9
Line 2... Line 2...
2
To use this solution, add 
2
To use this solution, add 
3
auto_prepend_file=/..../php_auto_pre.php
3
auto_prepend_file=/..../php_auto_pre.php
4
to a file located in
4
to a file located in
5
/etc/php/7.0/mods-enabled/
5
/etc/php/7.0/mods-enabled/
6
 
6
 
-
 
7
copy includes/config.dist.php to includes/config.local.php and edit it to your needs
-
 
8