Файл: id2759/CGI Version/fileman/templates.inc.php
Строк: 31
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// | Aquonics File Manager |
// +----------------------------------------------------------------------+
// | Copyright (c) 2001 Aquonics Scripting |
// +----------------------------------------------------------------------+
// | You may not remove the copyright or redistribute the script in any |
// | form. This program is Freeware, please read the license at |
// | http://www.aquonics.com/license.php |
// | |
// | Visit www.aquonics.com for more top scripts, free and custom. |
// +----------------------------------------------------------------------+
// | Authors: Stephen Ball <stephen@aquonics.com> |
// +----------------------------------------------------------------------+
//
// $Id$
/* PHP Template Details */
$extension[1] = "php";
$template[1] = "php";
$description[1] = "PHP Script";
/* Perl Template Details */
$extension[2] = "cgi";
$template[2] = "cgi";
$description[2] = "Perl Script";
/* HTML Template Details */
$extension[3] = "html";
$template[3] = "html";
$description[3] = "HTML Document";
/* WML Template Details */
$extension[4] = "wml";
$template[4] = "wml";
$description[4] = "Wireless Document";
?>