File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2727 "easybook/geshi" : " For using GeSHi as code highlighter"
2828 },
2929 "autoload" : {
30+ "files" : [" src/functions.php" ],
3031 "psr-4" : {
3132 "phpdotnet\\ phd\\ " : " src/"
3233 }
Original file line number Diff line number Diff line change 1111define ("__INSTALLDIR__ " , '@php_dir@ ' == '@ ' .'php_dir@ ' ? __DIR__ : '@php_dir@ ' );
1212
1313require_once __INSTALLDIR__ . '/vendor/autoload.php ' ;
14- require __INSTALLDIR__ . '/src/functions.php ' ;
1514
1615$ conf = array ();
1716if (file_exists ("phd.config.php " )) {
Original file line number Diff line number Diff line change 44use phpdotnet \phd \Config ;
55
66require_once __DIR__ . '/../vendor/autoload.php ' ;
7- require_once __DIR__ . "/../src/functions.php " ;
87
98Config::setMemoryIndex (true );
109
You can’t perform that action at this time.
0 commit comments