identification

This commit is contained in:
sidya82
2015-02-15 07:12:44 +01:00
parent ba7b40bb5f
commit af395a32ef
325 changed files with 183 additions and 185 deletions

2
SRC/app/Http/Controllers/AdminController.php Normal file → Executable file
View File

@ -10,7 +10,7 @@ class AdminController extends Controller {
*/
public function __construct()
{
$this->middleware('guest');
//
}
/**