| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 | class About extends MY_Controller | 
| 4 | 4 |  { | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class Forgot_Password extends No_Auth_Controller { | 
| 4 | 4 |  	public function __construct() { | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class Login extends No_Auth_Controller { | 
| 4 | 4 |  	public function __construct() { | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class Logout extends User_Controller { | 
| 4 | 4 | //we shouldn't care if the user is logged in or not, since ion_auth will take care of things | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class AdminCLI extends CLI_Controller { | 
| 4 | 4 |  	public function __construct() { | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class IndexC extends User_Controller { | 
| 4 | 4 |  	public function __construct() { | 
| @@ -1,4 +1,4 @@ | ||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); | |
| 2 | 2 | |
| 3 | 3 |  class ReportBug extends MY_Controller { | 
| 4 | 4 |  	public function __construct() { | 
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | <?php | 
| 2 | -defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 2 | +defined('BASEPATH') or exit('No direct script access allowed'); | |
| 3 | 3 | ?><!DOCTYPE html> | 
| 4 | 4 | <html lang="en"> | 
| 5 | 5 | <head> | 
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | <?php | 
| 2 | -defined('BASEPATH') OR exit('No direct script access allowed'); | |
| 2 | +defined('BASEPATH') or exit('No direct script access allowed'); | |
| 3 | 3 | ?> | 
| 4 | 4 | |
| 5 | 5 | <div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> |