mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Перенос файлов движка в корень
This commit is contained in:
parent
584f692288
commit
f94c0dd2ee
585 changed files with 14 additions and 14 deletions
5
internal_data/ajax_html/jumpbox_guest.html
Normal file
5
internal_data/ajax_html/jumpbox_guest.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
||||
<optgroup label=" Ваша первая категория">
|
||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
||||
</optgroup>
|
||||
</select>
|
5
internal_data/ajax_html/jumpbox_user.html
Normal file
5
internal_data/ajax_html/jumpbox_user.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<select id="jumpbox" onchange="window.location.href='viewforum.php?f='+this.value;" name="f" id="f">
|
||||
<optgroup label=" Ваша первая категория">
|
||||
<option class="root_forum" value="1"> Ваш первый форум </option>
|
||||
</optgroup>
|
||||
</select>
|
0
internal_data/atom/.keep
Normal file
0
internal_data/atom/.keep
Normal file
2
internal_data/cache/.htaccess
vendored
Normal file
2
internal_data/cache/.htaccess
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
order allow,deny
|
||||
deny from all
|
0
internal_data/captcha/.keep
Normal file
0
internal_data/captcha/.keep
Normal file
2
internal_data/log/.htaccess
Normal file
2
internal_data/log/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
order allow,deny
|
||||
deny from all
|
2
internal_data/log/cron/.htaccess
Normal file
2
internal_data/log/cron/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
order allow,deny
|
||||
deny from all
|
0
internal_data/sitemap/.keep
Normal file
0
internal_data/sitemap/.keep
Normal file
0
internal_data/triggers/$on
Normal file
0
internal_data/triggers/$on
Normal file
2
internal_data/triggers/.htaccess
Normal file
2
internal_data/triggers/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
order allow,deny
|
||||
deny from all
|
0
internal_data/triggers/cron_allowed
Normal file
0
internal_data/triggers/cron_allowed
Normal file
Loading…
Add table
Add a link
Reference in a new issue