mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
Fixed PHP opening and closing tags
parent
56a634a174
commit
688a314493
@ -30,7 +30,7 @@ There may be some final improvements and they will be logged on this wiki page.
|
||||
|
||||
```php
|
||||
|
||||
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
||||
/**
|
||||
* CodeIgniter
|
||||
*
|
||||
@ -650,6 +650,6 @@ class DB2_Session {
|
||||
|
||||
}
|
||||
// END Session Class
|
||||
?>
|
||||
?>
|
||||
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user