aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.default.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-06-29 15:52:55 +0200
committerThomas Citharel <tcit@tcit.fr>2015-06-29 15:52:55 +0200
commit984805649e38c0fc83cde0345ac99b74c8b66e61 (patch)
tree0b9c585a9ab489e38e6c3b3d9195036a3a485e75 /inc/poche/config.inc.default.php
parenta754e1c3f07883bbdb1ed8abddecfc3c833de785 (diff)
downloadwallabag-984805649e38c0fc83cde0345ac99b74c8b66e61.tar.gz
wallabag-984805649e38c0fc83cde0345ac99b74c8b66e61.tar.zst
wallabag-984805649e38c0fc83cde0345ac99b74c8b66e61.zip
fix BASE_URL
Diffstat (limited to 'inc/poche/config.inc.default.php')
-rwxr-xr-xinc/poche/config.inc.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/poche/config.inc.default.php b/inc/poche/config.inc.default.php
index 09d3aa9a..5d889ffd 100755
--- a/inc/poche/config.inc.default.php
+++ b/inc/poche/config.inc.default.php
@@ -31,6 +31,9 @@
31// Change this if not using the standart port for SSL - i.e you server is behind sslh 31// Change this if not using the standart port for SSL - i.e you server is behind sslh
32@define ('SSL_PORT', 443); 32@define ('SSL_PORT', 443);
33 33
34// Define this only if you use wallabag behind a proxy and if you encounter problems
35@define ('BASE_URL', '');
36
34@define ('MODE_DEMO', FALSE); 37@define ('MODE_DEMO', FALSE);
35@define ('DEBUG_POCHE', FALSE); 38@define ('DEBUG_POCHE', FALSE);
36 39