Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c36cab

Browse files
committedJan 12, 2015
[dev] folders reconfigured
1 parent ed78367 commit 5c36cab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.htaccess

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ RewriteRule ^(.+\.(html)?)$ ./index.php?page=$1 [QSA]
88
RewriteRule ^(.+)\/(.+\.(html)?)\/edit$ ./index.php?lang=$1&edit=$2 [QSA]
99
RewriteRule ^(.+\.(html)?)\/edit$ ./index.php?edit=$1 [QSA]
1010

11-
RewriteRule ^(.+\.html\/|)(editor\/.+)$ ../../../madoka/core/$2 [QSA]
11+
RewriteRule ^(.+\.html\/|)(editor\/.+)$ ../madoka/core/$2 [QSA]
1212

1313
RewriteRule ^(search\.(php)?)$ ./index.php?action=search& [QSA]
1414
RewriteRule ^(suggest\.(php)?)$ ./index.php?action=suggest& [QSA]
1515

1616
RewriteCond %{REQUEST_FILENAME} !-f
1717
RewriteCond %{REQUEST_FILENAME} !-d
1818

19-
RewriteRule ^(.+\/)*assets\/(.+)$ ../../../madoka/core/styles/$2 [QSA]
19+
RewriteRule ^(.+\/)*assets\/(.+)$ ../madoka/core/styles/$2 [QSA]

‎index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
require_once("../../../madoka/core/index.php");
3+
require_once("../madoka/core/index.php");
44

55
?>

‎madoka.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"root" : "./",
55
"templates" : "./templates/",
66
"export" : "./export/",
7-
"samples" : "../../samples/",
8-
"samples_http" : "../../samples/",
7+
"samples" : "../webix/samples/",
8+
"samples_http" : "../webix/samples/",
99
"forum_http" : "http://forum.webix.com",
1010
"support_http" : "http://webix.com/support/",
1111
"logo_http" : "http://webix.com",

0 commit comments

Comments
 (0)
Please sign in to comment.