Update README.md

This commit is contained in:
Unick Soft 2019-06-29 20:40:34 +02:00 committed by GitHub
parent 5e9431f33a
commit c6df88cf3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ For example you place graphonline sources into http://localhost/graph/ directory
``` ```
RewriteRule ^(.*)$ /graph/index.php?q=$1 [L,QSA] RewriteRule ^(.*)$ /graph/index.php?q=$1 [L,QSA]
``` ```
2. Write your directory name to script\main.j variable SiteDirs: 2. Write your directory name to script\main.js variable SiteDirs:
``` ```
var SiteDir = "graph/"; var SiteDir = "graph/";
``` ```