Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1084271
settings.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Aug 6, 11:02 AM
Size
2 KB
Mime Type
text/html
Expires
Fri, Aug 8, 11:02 AM (1 h, 49 m)
Engine
blob
Format
Raw Data
Handle
704289
Attached To
rINP In-Portal
settings.php
View Options
<td>
<img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Set Root Password</span><br><br>
<?php
section_header
(
'Step '
.
$tmp_step
.
' - Set Root Password'
);
?>
<table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar">
<?php
include
(
"install/toolbar.php"
);
?>
</table>
<!-- toolbar button \\-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tableborder">
<tr valign="top">
<td width="60%" bgcolor="#F0F0F0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="table_color2">
<td class="txt">
<b>Enter the URL which the In-Portal root directory (<I>
<?php
echo
$path
;
?>
</I>) corresponds to on your web server.</b></td>
<td>
http://
<input TYPE="TEXT" class="text" NAME="domain" VALUE="
<?php
echo
$_SERVER
[
'HTTP_HOST'
];
?>
">
<?php
$pathguess
=
substr
(
$_SERVER
[
"SCRIPT_NAME"
],
0
,-
17
);
?>
<input type="text" name="site" class="text" VALUE="
<?php
echo
$pathguess
;
?>
">
</td>
</tr>
<tr class="table_color2">
<td colspan="2"><p class="error">
<?php
echo
$PassError
;
?>
</p><br/></td>
</tr>
<td>
<br>
<input TYPE="hidden" NAME ="state" VALUE="server_settings_save">
<input type="hidden" name="next_step" value="
<?php
echo
$next_step
;
?>
">
<input type="hidden" name="install_type" value="
<?php
echo
$install_type
;
?>
">
<input type="submit" name="submit_form" value="Login" class="button">
<input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);">
<input type="hidden" name="UserPass" VALUE="
<?php
echo
$UserPass
;
?>
">
<input type="hidden" name="UserName" VALUE="
<?php
echo
$UserName
;
?>
">
</td>
</tr>
</table>
</td>
Event Timeline
Log In to Comment