From 3add630b873cd24df31c52486aa22c648b70a947 Mon Sep 17 00:00:00 2001 From: rugk Date: Wed, 20 Jul 2016 14:36:28 +0200 Subject: [PATCH] Updated Development (markdown) --- Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development.md b/Development.md index a0f24b5..3d6787b 100644 --- a/Development.md +++ b/Development.md @@ -1,4 +1,4 @@ -This fork of the original PrivateBin of Sebsauvage was refactored into an object oriented MVC structure. The `index.php` only includes an autoloader and starts the application by instancing a `privatebin` object. +This fork of the original PrivateBin of Sebsauvage was refactored into an object oriented MVC structure. The `index.php` only loads an autoloader (`lib/auto.php`) and starts the application by instancing a `privatebin` object. ## Code Style