File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ RewriteRule ^(.+\.(html)?)$ ./index.php?page=$1 [QSA]
8
8
RewriteRule ^(.+)\/(.+\.(html)?)\/edit$ ./index.php?lang=$1&edit=$2 [QSA]
9
9
RewriteRule ^(.+\.(html)?)\/edit$ ./index.php?edit=$1 [QSA]
10
10
11
- RewriteRule ^(.+\.html\/|)(editor\/.+)$ ../../../ madoka/core/$2 [QSA]
11
+ RewriteRule ^(.+\.html\/|)(editor\/.+)$ ../madoka/core/$2 [QSA]
12
12
13
13
RewriteRule ^(search\.(php)?)$ ./index.php?action=search& [QSA]
14
14
RewriteRule ^(suggest\.(php)?)$ ./index.php?action=suggest& [QSA]
15
15
16
16
RewriteCond %{REQUEST_FILENAME} !-f
17
17
RewriteCond %{REQUEST_FILENAME} !-d
18
18
19
- RewriteRule ^(.+\/)*assets\/(.+)$ ../../../ madoka/core/styles/$2 [QSA]
19
+ RewriteRule ^(.+\/)*assets\/(.+)$ ../madoka/core/styles/$2 [QSA]
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- require_once ("../../../ madoka/core/index.php " );
3
+ require_once ("../madoka/core/index.php " );
4
4
5
5
?>
Original file line number Diff line number Diff line change 4
4
"root" : " ./" ,
5
5
"templates" : " ./templates/" ,
6
6
"export" : " ./export/" ,
7
- "samples" : " ../.. /samples/" ,
8
- "samples_http" : " ../.. /samples/" ,
7
+ "samples" : " ../webix /samples/" ,
8
+ "samples_http" : " ../webix /samples/" ,
9
9
"forum_http" : " http://forum.webix.com" ,
10
10
"support_http" : " http://webix.com/support/" ,
11
11
"logo_http" : " http://webix.com" ,
You can’t perform that action at this time.
0 commit comments