We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384c7b9 commit e16824dCopy full SHA for e16824d
siler-1.7.9/_benchmark/hello_world.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-url="$base/$fw/index.php/hello/index"
+url="$base/$fw/public/index.php/hello/index"
siler-1.7.9/index.php renamed to siler-1.7.9/public/index.php
@@ -1,6 +1,6 @@
<?php
3
-require __DIR__.'/vendor/autoload.php';
+require __DIR__.'/../vendor/autoload.php';
4
5
6
/* *** PHP-Frameworks-Bench *** */
0 commit comments