Removed comments on 'if (! defined('BASEPATH')) exit('No direct script access allowed');'

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-18 14:59:11 +01:00
committed by cris-technikum
parent 2723e130f0
commit 9a3addd79d
2 changed files with 2 additions and 2 deletions
@@ -1,6 +1,6 @@
<?php
//if (! defined('BASEPATH')) exit('No direct script access allowed');
if (! defined('BASEPATH')) exit('No direct script access allowed');
class approveAnrechnungDetail extends Auth_Controller
{
@@ -1,6 +1,6 @@
<?php
//if (! defined('BASEPATH')) exit('No direct script access allowed');
if (! defined('BASEPATH')) exit('No direct script access allowed');
class reviewAnrechnungDetail extends Auth_Controller
{