From 920610490ea8c0e7ed4d8711eb5c7fc885239457 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 22 Dec 2018 04:58:54 +0100 Subject: login level session separate by basepath --- app/class/w.article.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 app/class/w.article.php (limited to 'app/class/w.article.php') diff --git a/app/class/w.article.php b/app/class/w.article.php deleted file mode 100644 index 6c504f8..0000000 --- a/app/class/w.article.php +++ /dev/null @@ -1,32 +0,0 @@ -exist($_GET['id'])) { - - $art = $app->get($_GET['id']); - - if (isset($_GET['edit']) and $_GET['edit'] == 1 and $app->session() >= $app::EDITOR) { - echo '
'; - $aff->edit($art, $app, $app->getlister(['id', 'title']), $config->fontsize(), $app->getlistermedia($app::MEDIA_DIR, 'image')); - $aff->aside($app); - echo '
'; - } else { - echo '
'; - - - $art->autotaglistupdate($app->taglist($app->getlister(['id', 'title', 'description', 'tag']), $art->autotaglist())); - - - $aff->lecture($art, $app); - echo '
'; - - } -} else { - echo 'This article does not exist yet'; - - if ($app->session() >= $app::EDITOR) { - echo '
'; - } - -} - -?> \ No newline at end of file -- cgit v1.2.3