set up medium-style editor with image embedding and appcache

This commit is contained in:
Aaron Parecki 2015-05-10 14:05:06 +02:00
parent fb6d4181e4
commit 4898ed74a5
52 changed files with 19955 additions and 1 deletions

View file

@ -78,7 +78,6 @@ $app->get('/new', function() use($app) {
}
});
$app->get('/bookmark', function() use($app) {
if($user=require_login($app)) {
$params = $app->request()->params();