*** empty log message ***
This commit is contained in:
parent
4102d605b1
commit
ecef78b602
|
@ -31,14 +31,14 @@ echo _('Delete Account');
|
||||||
echo '</title>
|
echo '</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../style/delete.css">
|
<link rel="stylesheet" type="text/css" href="../style/delete.css">
|
||||||
</head><body>
|
</head><body>
|
||||||
<form action="account.php" method="post">
|
<form action="account.php" method="get">
|
||||||
<meta http-equiv="pragma" content="no-cache">
|
<meta http-equiv="pragma" content="no-cache">
|
||||||
<meta http-equiv="cache-control" content="no-cache">
|
<meta http-equiv="cache-control" content="no-cache">
|
||||||
<table rules="all" class="delete" width="100%">
|
<table rules="all" class="delete" width="100%">
|
||||||
<tr><td>';
|
<tr><td>';
|
||||||
|
|
||||||
if ($type) {
|
if ($type) {
|
||||||
$DN = split("[\?&]", $QUERY_STRING]);
|
$DN = split("[\?&]", $QUERY_STRING);
|
||||||
array_shift($DN);
|
array_shift($DN);
|
||||||
foreach ($DN as $dn) {
|
foreach ($DN as $dn) {
|
||||||
$dn = str_replace("\'", '',$dn);
|
$dn = str_replace("\'", '',$dn);
|
||||||
|
|
Loading…
Reference in New Issue