diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-19 11:41:12 +0200 |
commit | a1953dff8f39b225b408c3046246e9446a01f305 (patch) | |
tree | 70b1989080f5fcf9581dc6aa208664efaeb7b02d /process.php | |
parent | c00cdfdd3bc8e53750d34c60d13cd2d885c5d4fd (diff) | |
download | wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.gz wallabag-a1953dff8f39b225b408c3046246e9446a01f305.tar.zst wallabag-a1953dff8f39b225b408c3046246e9446a01f305.zip |
tout est recentré sur index.php0.1
Diffstat (limited to 'process.php')
-rw-r--r-- | process.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/process.php b/process.php deleted file mode 100644 index 14686885..00000000 --- a/process.php +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <?php | ||
2 | /** | ||
3 | * poche, a read it later open source system | ||
4 | * | ||
5 | * @category poche | ||
6 | * @author Nicolas Lœuillet <support@inthepoche.com> | ||
7 | * @copyright 2013 | ||
8 | * @license http://www.wtfpl.net/ see COPYING file | ||
9 | */ | ||
10 | |||
11 | include dirname(__FILE__).'/inc/config.php'; | ||
12 | |||
13 | $entries = display_view($view); | ||
14 | $tpl->assign('token', $_SESSION['token_poche']); | ||
15 | $tpl->assign('entries', $entries); | ||
16 | $tpl->draw('entries'); \ No newline at end of file | ||