Вход Регистрация
Файл: EasyHost v2.0/system/htdocs/manager/files/directory/file.pl
Строк: 27
<?php
my $file 
$login->directory->file($system->param('new_file'));

$system->error('The file name field is required') if (length $system->param('new_file') == 0);
$system->error('The file name you entered contains invalid characters') if ($system->param('new_file') =~ /[\/]+|^.+$/);

$file->write(($file->type eq 'html') ? $text "<html>n<head>n<title>".$system->param('title')."</title>n</head>n<body>n<!-- _HEADER_START_ -->".$login->user->include('header')."<!-- _HEADER_END_ -->nn<!-- _FOOTER_START_ -->".$login->user->include('header')."<!-- _FOOTER_END_ -->n</body>n</html>" 'Text goes here.');
$login->user->notice('file_create','created a file ('.$file->path.')');

$system->redirect;
?>
Онлайн: 0
Реклама