commit | 2b5b92e6535fb328bf4fbe75396c80e352b7c3a2 | [log] [tgz] |
---|---|---|
author | vkeranov <vkeranov@gmail.com> | Sat Oct 27 18:01:47 2012 +0300 |
committer | vkeranov <vkeranov@gmail.com> | Sat Oct 27 18:01:47 2012 +0300 |
tree | f8e7dbd4db6e61a036efa82e02956181632f9a17 | |
parent | bb82969e52ca3fe67dfbb88deccf636d08e8d693 [diff] |
Remove extra space...
diff --git a/system/libraries/Session/drivers/Session_native.php b/system/libraries/Session/drivers/Session_native.php index da744f3..a837b89 100755 --- a/system/libraries/Session/drivers/Session_native.php +++ b/system/libraries/Session/drivers/Session_native.php
@@ -1,4 +1,4 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter *