From 978a3c70fee3baecb5d25da551db7e2fc23c55f7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 29 Nov 2016 20:22:41 -0500 Subject: Simplify .htaccess and rename command line script --- kanboard | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 kanboard (limited to 'kanboard') diff --git a/kanboard b/kanboard deleted file mode 100755 index 3d8140af..00000000 --- a/kanboard +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env php -dispatch('app.bootstrap', new Event); - $container['cli']->run(); -} catch (Exception $e) { - echo $e->getMessage().PHP_EOL; - exit(255); -} -- cgit v1.2.3