@@ -207,12 +207,12 @@ |
||
207 | 207 | </div> |
208 | 208 | <?php |
209 | 209 | if($account_data['logo'] != ''){ |
210 | - $logo=$account_data['file']; |
|
210 | + $logo=$account_data['file']; |
|
211 | 211 | }else{ |
212 | - $logo=$account_data['logo']; |
|
212 | + $logo=$account_data['logo']; |
|
213 | 213 | } |
214 | - if($logo != ''){ |
|
215 | - $file_name= base_url()."upload/$logo"; |
|
214 | + if($logo != ''){ |
|
215 | + $file_name= base_url()."upload/$logo"; |
|
216 | 216 | ?> |
217 | 217 | |
218 | 218 | <div class='col-md-12 no-padding'> |
@@ -43,7 +43,7 @@ |
||
43 | 43 | <div class="pull-left"> |
44 | 44 | <ul class="breadcrumb"> |
45 | 45 | <?php $accountinfo=$this->session->userdata('accountinfo'); |
46 | - if($accountinfo['type']==1){ ?> |
|
46 | + if($accountinfo['type']==1){ ?> |
|
47 | 47 | <li><a href="<?= base_url() . "user/user_myprofile/"; ?>">My Profile</a></li> |
48 | 48 | <?php }else{ ?> |
49 | 49 | <li><a href="#">Billing</a></li> |
@@ -22,12 +22,12 @@ |
||
22 | 22 | <div class="pull-left"> |
23 | 23 | <ul class="breadcrumb"> |
24 | 24 | <?php $accountinfo=$this->session->userdata('accountinfo'); |
25 | - if($accountinfo['type']==1){ ?> |
|
25 | + if($accountinfo['type']==1){ ?> |
|
26 | 26 | <li><a href="<?= base_url() . "user/user_myprofile/"; ?>">My Profile</a></li> |
27 | 27 | <?php }else{ ?> |
28 | 28 | <li><a href="#">Configuration</a></li> |
29 | 29 | <?php } |
30 | - ?> |
|
30 | + ?> |
|
31 | 31 | |
32 | 32 | <li class='active'> |
33 | 33 | <a href="<?= base_url() . "user/user_ipmap/"; ?>">IP Settings</a> |
@@ -277,13 +277,13 @@ discard block |
||
277 | 277 | // -------------------------------------------------------------------- |
278 | 278 | |
279 | 279 | /** |
280 | - * Insert ID |
|
281 | - * |
|
282 | - * Returns the last id created in the Identity column. |
|
283 | - * |
|
284 | - * @access public |
|
285 | - * @return integer |
|
286 | - */ |
|
280 | + * Insert ID |
|
281 | + * |
|
282 | + * Returns the last id created in the Identity column. |
|
283 | + * |
|
284 | + * @access public |
|
285 | + * @return integer |
|
286 | + */ |
|
287 | 287 | function insert_id() |
288 | 288 | { |
289 | 289 | return $this->query('select @@IDENTITY as insert_id')->row('insert_id'); |
@@ -292,15 +292,15 @@ discard block |
||
292 | 292 | // -------------------------------------------------------------------- |
293 | 293 | |
294 | 294 | /** |
295 | - * Parse major version |
|
296 | - * |
|
297 | - * Grabs the major version number from the |
|
298 | - * database server version string passed in. |
|
299 | - * |
|
300 | - * @access private |
|
301 | - * @param string $version |
|
302 | - * @return int16 major version number |
|
303 | - */ |
|
295 | + * Parse major version |
|
296 | + * |
|
297 | + * Grabs the major version number from the |
|
298 | + * database server version string passed in. |
|
299 | + * |
|
300 | + * @access private |
|
301 | + * @param string $version |
|
302 | + * @return int16 major version number |
|
303 | + */ |
|
304 | 304 | function _parse_major_version($version) |
305 | 305 | { |
306 | 306 | preg_match('/([0-9]+)\.([0-9]+)\.([0-9]+)/', $version, $ver_info); |
@@ -310,11 +310,11 @@ discard block |
||
310 | 310 | // -------------------------------------------------------------------- |
311 | 311 | |
312 | 312 | /** |
313 | - * Version number query string |
|
314 | - * |
|
315 | - * @access public |
|
316 | - * @return string |
|
317 | - */ |
|
313 | + * Version number query string |
|
314 | + * |
|
315 | + * @access public |
|
316 | + * @return string |
|
317 | + */ |
|
318 | 318 | function _version() |
319 | 319 | { |
320 | 320 | $info = sqlsrv_server_info($this->conn_id); |