Dieser Commit ist enthalten in:
Commit
ab3487195f
65 geänderte Dateien mit 10725 neuen und 0 gelöschten Zeilen
24
control.php
Normale Datei
24
control.php
Normale Datei
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
include_once("inc/functions.php");
|
||||
$h='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>MySQLDumper</title><link rel="stylesheet" type="text/css" href="styles.css"></head><body class="control">';
|
||||
?>
|
||||
<script language="JavaScript">
|
||||
function SwitchDiv(d)
|
||||
{
|
||||
|
||||
}
|
||||
</script>
|
||||
<?php
|
||||
$t='Hallo Service ! <a href="control.php?showpars=1">pars</a> <a href="control.php?showvars=1">vars</a> ';
|
||||
$f='</body></html>';
|
||||
|
||||
echo $h.$t;
|
||||
echo '<div id="aus" style="display:none"> </div>';
|
||||
if(isset($_GET["showpars"])) {
|
||||
$au=file(Realpath("./")."/work/config/parameter.php");
|
||||
$sp='<br><strong>Parameter</strong><pre>'.print_r($au,true).'</pre>';
|
||||
echo '<script language="JavaScript">getElementById("aus").innerHTML=\''.$sp.'\';</script>';
|
||||
}
|
||||
echo $f;
|
||||
|
||||
?>
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren