sai htaccess, system update
This commit is contained in:
parent
57b18c80ca
commit
ab610aba74
@ -8,7 +8,7 @@ RewriteEngine On
|
|||||||
#RewriteRule ^fonts/glyphicons-halflings-regular\.woff2$ lib/system/lib/bootstrap/lib/fonts/glyphicons-halflings-regular.woff2$1 [L]
|
#RewriteRule ^fonts/glyphicons-halflings-regular\.woff2$ lib/system/lib/bootstrap/lib/fonts/glyphicons-halflings-regular.woff2$1 [L]
|
||||||
|
|
||||||
RewriteRule ^(.*)/fonts/fontawesome-webfont(.*)$ lib/font_awesome/lib/fonts/fontawesome-webfont$2 [L]
|
RewriteRule ^(.*)/fonts/fontawesome-webfont(.*)$ lib/font_awesome/lib/fonts/fontawesome-webfont$2 [L]
|
||||||
RewriteRule ^(.*)/fonts/glyphicons-halflings-regular(.*)$ lib/system/lib/bootstrap/lib/fonts/glyphicons-halflings-regular$2 [L]
|
RewriteRule ^sai$ sai.php$1 [L]
|
||||||
|
|
||||||
RewriteRule ^files/([^/]+)/([^/]+)$ api.php?call=files&cat=$1&id=$2 [L]
|
RewriteRule ^files/([^/]+)/([^/]+)$ api.php?call=files&cat=$1&id=$2 [L]
|
||||||
RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L]
|
RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L]
|
||||||
@ -3,7 +3,7 @@ class default_page implements \SYSTEM\PAGE\DefaultPage {
|
|||||||
public static function js(){
|
public static function js(){
|
||||||
return \SYSTEM\HTML\html::script(\SYSTEM\CACHE\cache_js::minify(array(
|
return \SYSTEM\HTML\html::script(\SYSTEM\CACHE\cache_js::minify(array(
|
||||||
\LIB\lib_jquery::js(),
|
\LIB\lib_jquery::js(),
|
||||||
new PPAGE('default_page/js/popper.min.js'),
|
\LIB\lib_popper::js(),
|
||||||
\LIB\lib_bootstrap::js(),
|
\LIB\lib_bootstrap::js(),
|
||||||
\LIB\lib_system::js(),
|
\LIB\lib_system::js(),
|
||||||
new PLIB('responsiveslides/responsiveslides.min.js'),
|
new PLIB('responsiveslides/responsiveslides.min.js'),
|
||||||
|
|||||||
5
democracy/page/default_page/js/popper.min.js
vendored
5
democracy/page/default_page/js/popper.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
Subproject commit ebff9fbb43148dc917ef45b1c8f97912d4f62f11
|
Subproject commit 8af881b88ffbcf68079a97050b0cd612e217a0af
|
||||||
Reference in New Issue
Block a user