@@ -6,12 +6,12 @@ |
||
| 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']; ?> |
@@ -6,12 +6,12 @@ |
||
| 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']; ?> |
@@ -6,12 +6,12 @@ |
||
| 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']; ?> |
@@ -6,12 +6,12 @@ |
||
| 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']; ?> |