Skip to content

Commit

Permalink
1. update readme
Browse files Browse the repository at this point in the history
2. update error page
  • Loading branch information
scarwu committed Aug 14, 2018
1 parent bd9b9e4 commit 25ef5e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Lightweight PHP Framework for Web & CLI

### Requirement

* PHP 7.0+
* PHP 7.1+

## Installation

Expand Down
6 changes: 5 additions & 1 deletion example/Web/views/main/error.php
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<h1><?=$title?></h1>
<?php
use Oni\Web\Helper;
?>
<h1><?=$title?></h1>
<p>Go to <?=Helper::linkTo('/', 'home')?></p>

0 comments on commit 25ef5e2

Please sign in to comment.