Перенос файлов движка в корень

This commit is contained in:
Exile 2014-10-28 21:35:42 +03:00
commit f94c0dd2ee
585 changed files with 14 additions and 14 deletions

View file

@ -7,7 +7,7 @@ TorrentPier II - движок торрент-трекера, написанны
Для установки вам необходимо выполнить несколько простых шагов: Для установки вам необходимо выполнить несколько простых шагов:
1. Распаковываем на сервер содержимое папки **upload** 1. Распаковываем на сервер содержимое скачанной вами папки
2. Создаем базу данных, в которую при помощи phpmyadmin (или любого другого удобного инструмента) импортируем дамп, расположенный в папке **install/sql/mysql.sql** 2. Создаем базу данных, в которую при помощи phpmyadmin (или любого другого удобного инструмента) импортируем дамп, расположенный в папке **install/sql/mysql.sql**
3. Правим файл конфигурации **library/config.php**, загруженный на сервер: 3. Правим файл конфигурации **library/config.php**, загруженный на сервер:

View file

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

View file

@ -46,7 +46,7 @@ $require = file_exists($html_dir . $info['src']) ? $html_dir . $info['src'] : $h
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="./styles/templates/default/css/main.css" type="text/css"> <link rel="stylesheet" href="styles/templates/default/css/main.css" type="text/css">
</head> </head>
<body> <body>
<style type="text/css"> <style type="text/css">

View file

@ -128,7 +128,7 @@ http {
#allow YOUR_IP; #allow YOUR_IP;
} }
# Deny folder (Sec. lvl1) # Deny folder (Sec. lvl1)
location ~ \/(internal_data|library)\/ { location ~ \/(install|internal_data|library)\/ {
deny all; deny all;
} }

Some files were not shown because too many files have changed in this diff Show more