Fixed PHP opening and closing tags

sidh 2012-10-08 07:23:05 -07:00
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
?&gt;
?>
```