mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-14 11:09:19 +00:00
pouet
This commit is contained in:
@ -11,20 +11,16 @@ class HomeController extends Controller {
|
||||
|
||||
/**
|
||||
* @route /^\/$/
|
||||
* @title Accueil
|
||||
*/
|
||||
public function home() {
|
||||
return file_get_contents(DIR."/html/index.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* @route /^\/post\/[0-9]+\/$/
|
||||
*/
|
||||
public function post() {
|
||||
return file_get_contents(DIR."/html/post.html");
|
||||
}
|
||||
|
||||
/**
|
||||
* @route /^\/search\//
|
||||
* @title Rechercher
|
||||
*/
|
||||
public function search() {
|
||||
return file_get_contents(DIR."/html/search.html");
|
||||
|
Reference in New Issue
Block a user