Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93559435
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
Fri, Nov 29, 17:56
Size
415 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 17:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22665521
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