diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-06 17:02:14 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-06 17:02:14 +0200 |
commit | a79fda74b35752acb4ed1c43edbbbf0b03714dbd (patch) | |
tree | a67aed58ccab4e0f721af9737b8b9af81724f809 | |
parent | ca3fd1424eb1ed7b7a3fea9f6066414ab7319f5c (diff) |
php-hoa-compiler: wip
-rw-r--r-- | php-hoa-http-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-hoa-http-autoload.php b/php-hoa-http-autoload.php index e40fa04..6315def 100644 --- a/php-hoa-http-autoload.php +++ b/php-hoa-http-autoload.php @@ -1,5 +1,5 @@ <?php -/* Autoloader for hoa/router and its dependencies */ +/* Autoloader for hoa/http and its dependencies */ $vendor = '/usr/share/php'; |