This website requires JavaScript.
Explore
Help
Sign In
wpstudio
/
majestic
Watch
1
Star
0
Fork
0
You've already forked majestic
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
1cf82d74420b7fc4a643f06191727fb110aee4f3
majestic
/
tests
/
bootstrap.php
8 lines
101 B
PHP
Raw
Normal View
History
Unescape
Escape
added bootstrap file for starting session
2011-10-14 13:49:59 +04:00
<
?
php
require_once
dirname
(
__FILE__
)
.
'/../session/Session.php'
;
modified bootstrap for output buffering
2011-10-27 11:45:20 +04:00
ob_start
();
added bootstrap file for starting session
2011-10-14 13:49:59 +04:00
Session
::
start
();
?>
Reference in New Issue
Copy Permalink