Skip to content

Commit bda8cb3

Browse files
committed
Add public dir to fatfree
1 parent 23aa73c commit bda8cb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
url="$base/$fw/index.php/hello/index"
2+
url="$base/$fw/public/index.php/hello/index"

fatfree-3.8.1/index.php renamed to fatfree-3.8.1/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require 'vendor/autoload.php';
3+
require '../vendor/autoload.php';
44

55
$f3 = \Base::instance();
66

0 commit comments

Comments
 (0)