Просмотр файла download/add.php

Размер файла: 710B
<?php

require_once ( "../includes/start.php" );
require_once ( "../includes/functions.php" );
require_once ( "../includes/header.php" );
include_once ( "../themes/" . $config['themes'] . "/index.php" );

show_title( 'partners.gif', 'Добавление файла' );
echo "На данный момент добавлять файлы может только администратор.<br>";
echo '<br><img src="../images/img/panel.gif" alt=""> <a href="index.php?' . SID .
		'">В загрузки</a>';
echo '<br><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?' . SID .
		'">На главную</a>';
include_once ( "../themes/" . $config['themes'] . "/foot.php" );

?>