Passed
Pull Request — v3.0 (#169)
by
unknown
11:45
created
astpp/application/modules/signup/views/view_confirmpassword.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
     <title>
8 8
 	<?php       
9
-        $this->db->where('domain',$_SERVER['HTTP_HOST']);
10
-        $this->db->select('*');
11
-        $this->db->order_by('accountid', 'desc');
12
-        $this->db->limit(1);
13
-        $invoiceconf = $this->db->get('invoice_conf');
14
-        $invoiceconf = (array)$invoiceconf->first_row();
9
+		$this->db->where('domain',$_SERVER['HTTP_HOST']);
10
+		$this->db->select('*');
11
+		$this->db->order_by('accountid', 'desc');
12
+		$this->db->limit(1);
13
+		$invoiceconf = $this->db->get('invoice_conf');
14
+		$invoiceconf = (array)$invoiceconf->first_row();
15 15
 	if(isset($invoiceconf['website_title']) && $invoiceconf['website_title']!='') {
16 16
 	?>
17 17
 	Forgot Password | <?php echo $invoiceconf['website_title']; ?>
Please login to merge, or discard this patch.
web_interface/astpp/application/modules/signup/views/view_signup_active.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
     <title>
8 8
 	<?php       
9
-        $this->db->where('domain',$_SERVER['HTTP_HOST']);
10
-        $this->db->select('*');
11
-        $this->db->order_by('accountid', 'desc');
12
-        $this->db->limit(1);
13
-        $invoiceconf = $this->db->get('invoice_conf');
14
-        $invoiceconf = (array)$invoiceconf->first_row();
9
+		$this->db->where('domain',$_SERVER['HTTP_HOST']);
10
+		$this->db->select('*');
11
+		$this->db->order_by('accountid', 'desc');
12
+		$this->db->limit(1);
13
+		$invoiceconf = $this->db->get('invoice_conf');
14
+		$invoiceconf = (array)$invoiceconf->first_row();
15 15
 	if(isset($invoiceconf['website_title']) && $invoiceconf['website_title']!='') {
16 16
 	?>
17 17
 	Forgot Password | <?php echo $invoiceconf['website_title']; ?>
Please login to merge, or discard this patch.
web_interface/astpp/application/modules/signup/views/view_signup.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
    <title>
8 8
 	<?php       
9
-        $this->db->where('domain',$_SERVER['HTTP_HOST']);
10
-        $this->db->select('*');
11
-        $this->db->order_by('accountid', 'desc');
12
-        $this->db->limit(1);
13
-        $invoiceconf = $this->db->get('invoice_conf');
14
-        $invoiceconf = (array)$invoiceconf->first_row();
9
+		$this->db->where('domain',$_SERVER['HTTP_HOST']);
10
+		$this->db->select('*');
11
+		$this->db->order_by('accountid', 'desc');
12
+		$this->db->limit(1);
13
+		$invoiceconf = $this->db->get('invoice_conf');
14
+		$invoiceconf = (array)$invoiceconf->first_row();
15 15
 	if(isset($invoiceconf['website_title']) && $invoiceconf['website_title']!='') {
16 16
 	?>
17 17
 	Signup | <?php echo $invoiceconf['website_title']; ?>
Please login to merge, or discard this patch.
astpp/application/modules/signup/views/view_successpassword.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
     <title>
8 8
 	<?php       
9
-        $this->db->where('domain',$_SERVER['HTTP_HOST']);
10
-        $this->db->select('*');
11
-        $this->db->order_by('accountid', 'desc');
12
-        $this->db->limit(1);
13
-        $invoiceconf = $this->db->get('invoice_conf');
14
-        $invoiceconf = (array)$invoiceconf->first_row();
9
+		$this->db->where('domain',$_SERVER['HTTP_HOST']);
10
+		$this->db->select('*');
11
+		$this->db->order_by('accountid', 'desc');
12
+		$this->db->limit(1);
13
+		$invoiceconf = $this->db->get('invoice_conf');
14
+		$invoiceconf = (array)$invoiceconf->first_row();
15 15
 	if(isset($invoiceconf['website_title']) && $invoiceconf['website_title']!='') {
16 16
 	?>
17 17
 	Forgot Password | <?php echo $invoiceconf['website_title']; ?>
Please login to merge, or discard this patch.
astpp/application/modules/signup/views/view_signup_inactive.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 7
     <title>
8 8
 	<?php       
9
-        $this->db->where('domain',$_SERVER['HTTP_HOST']);
10
-        $this->db->select('*');
11
-        $this->db->order_by('accountid', 'desc');
12
-        $this->db->limit(1);
13
-        $invoiceconf = $this->db->get('invoice_conf');
14
-        $invoiceconf = (array)$invoiceconf->first_row();
9
+		$this->db->where('domain',$_SERVER['HTTP_HOST']);
10
+		$this->db->select('*');
11
+		$this->db->order_by('accountid', 'desc');
12
+		$this->db->limit(1);
13
+		$invoiceconf = $this->db->get('invoice_conf');
14
+		$invoiceconf = (array)$invoiceconf->first_row();
15 15
 	if(isset($invoiceconf['website_title']) && $invoiceconf['website_title']!='') {
16 16
 	?>
17 17
 	Forgot Password | <?php echo $invoiceconf['website_title']; ?>
Please login to merge, or discard this patch.
web_interface/astpp/application/modules/rates/controllers/rates.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1253,11 +1253,11 @@
 block discarded – undo
1253 1253
 		{
1254 1254
 			$result = $this->rates_model->bulk_insert_termination_rate($new_final_arr);
1255 1255
 		}
1256
-        		else
1257
-        {
1256
+				else
1257
+		{
1258 1258
 
1259
-           $this->session->set_flashdata('astpp_errormsg', 'Error - Nothing selected to import/process!');
1260
-           redirect(base_url() . 'rates/termination_rates_list/');
1259
+		   $this->session->set_flashdata('astpp_errormsg', 'Error - Nothing selected to import/process!');
1260
+		   redirect(base_url() . 'rates/termination_rates_list/');
1261 1261
 		}
1262 1262
 
1263 1263
 		unlink($full_path . $terminationrate_file_name);
Please login to merge, or discard this patch.