forked from 0x2620/pandora
add site.js template
This commit is contained in:
parent
3d36da45af
commit
c0ab988709
1 changed files with 3 additions and 0 deletions
3
oxdb/templates/site.js
Normal file
3
oxdb/templates/site.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
var site = {};
|
||||
site.url = "{{settings.URL}}";
|
||||
site.name = "{{settings.SITENAME}}";
|
Loading…
Reference in a new issue