Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1244411
backup.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
Fri, Nov 21, 1:16 AM
Size
491 B
Mime Type
text/x-php
Expires
Sun, Nov 23, 1:16 AM (1 d, 9 h)
Engine
blob
Format
Raw Data
Handle
809524
Attached To
rINP In-Portal
backup.php
View Options
<?php
global
$envar
,
$rootURL
,
$imagesURL
,
$adminURL
,
$admin
;
$cat_select
=
$adminURL
.
"/cat_select.php"
;
$group_select
=
$adminURL
.
"/users/group_select.php"
;
print
<<<END
<script language="JavaScript1.2" src="$adminURL/include/checkarray.js"></script>
<script language="javascript1.2">
<!--
function backup_submit(formname,action)
{
f = document.getElementById(formname);
if(f)
{
f.action = action;
f.Action.value = 'Import';
f.submit();
}
}
//-->
</script>
END;
?>
Event Timeline
Log In to Comment