Skip to content

Commit e16824d

Browse files
committed
Add public dir to siler
1 parent 384c7b9 commit e16824d

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"

siler-1.7.9/index.php renamed to siler-1.7.9/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 __DIR__.'/vendor/autoload.php';
3+
require __DIR__.'/../vendor/autoload.php';
44

55

66
/* *** PHP-Frameworks-Bench *** */

0 commit comments

Comments
 (0)