aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-06-28 12:52:50 +0200
committerGitHub <noreply@github.com>2018-06-28 12:52:50 +0200
commitd9a0b52276766604d6b3d96895ab1a79e4cd3218 (patch)
tree5b0973b5f5048aeff8287a22b9fcc806673e7197 /index.php
parentc429f28ad46e6fa7472324e9ce81da01f55d8c9a (diff)
parent87f14312470ca51b936896b41413c96edfe3b18f (diff)
downloadShaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.gz
Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.zst
Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.zip
Merge pull request #1167 from virtualtam/mkdocs
Improve Mkdocs build process, fix formatting issues
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 89b181cb..ddd5dbf5 100644
--- a/index.php
+++ b/index.php
@@ -48,7 +48,7 @@ if (! file_exists(__DIR__ . '/vendor/autoload.php')) {
48 ."If you installed Shaarli through Git or using the development branch,\n" 48 ."If you installed Shaarli through Git or using the development branch,\n"
49 ."please refer to the installation documentation to install PHP" 49 ."please refer to the installation documentation to install PHP"
50 ." dependencies using Composer:\n" 50 ." dependencies using Composer:\n"
51 ."- https://shaarli.readthedocs.io/en/master/Server-requirements/\n" 51 ."- https://shaarli.readthedocs.io/en/master/Server-configuration/\n"
52 ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/"; 52 ."- https://shaarli.readthedocs.io/en/master/Download-and-Installation/";
53 exit; 53 exit;
54} 54}