diff options
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 | ||