aboutsummaryrefslogtreecommitdiffstats
path: root/config/filemgr/rbfminc/rename.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/filemgr/rbfminc/rename.tmp')
-rw-r--r--config/filemgr/rbfminc/rename.tmp5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/filemgr/rbfminc/rename.tmp b/config/filemgr/rbfminc/rename.tmp
index 285e19d1..266e38d4 100644
--- a/config/filemgr/rbfminc/rename.tmp
+++ b/config/filemgr/rbfminc/rename.tmp
@@ -6,14 +6,15 @@ if($user_login == 'ok'){
include "functions.php";
-?><html>
+?>
+<html>
<head>
<title>Rename</title>
</head>
<body>
<script type="text/javascript">
//<![CDATA[
-<?
+<?php
//print_r($_POST);
if($_POST['o'] != $_POST['n']){
if(@rename($_POST['cf'].$_POST['o'], $_POST['cf'].$_POST['n'])){