Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108037036
test-source.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Apr 13, 11:29
Size
415 B
Mime Type
text/x-php
Expires
Tue, Apr 15, 11:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25524863
Attached To
rPH Phabricator
test-source.php
View Options
<?php
// run this file to test your source install of Balanced
require
(
__DIR__
.
"/httpful/bootstrap.php"
);
require
(
__DIR__
.
"/restful/bootstrap.php"
);
require
(
__DIR__
.
"/balanced/bootstrap.php"
);
echo
"[ OK ]
\n
"
;
echo
"balanced version -- "
.
\Balanced\Settings
::
VERSION
.
"
\n
"
;
echo
"restful version -- "
.
\RESTful\Settings
::
VERSION
.
"
\n
"
;
echo
"httpful version -- "
.
\Httpful\Httpful
::
VERSION
.
"
\n
"
;
Event Timeline
Log In to Comment