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 23aa73c commit bda8cb3Copy full SHA for bda8cb3
fatfree-3.8.1/_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"
fatfree-3.8.1/index.php renamed to fatfree-3.8.1/public/index.php
@@ -1,6 +1,6 @@
<?php
3
-require 'vendor/autoload.php';
+require '../vendor/autoload.php';
4
5
$f3 = \Base::instance();
6
0 commit comments