From cc491b9e89c2cffb367aeee4a2883caffbf2e857 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 22 Jan 2019 14:20:19 +0100 Subject: [PATCH] remove not needed file instance.txt --- conf/instance.txt | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 conf/instance.txt diff --git a/conf/instance.txt b/conf/instance.txt deleted file mode 100755 index 8f33432..0000000 --- a/conf/instance.txt +++ /dev/null @@ -1,22 +0,0 @@ -INSERT INTO instances ( - public_domain, - name, - local, - long_description, - short_description, - default_license, - open_registrations, - short_description_html, - long_description_html -) VALUES ( - domain_name, - instance_name, - 't', - '', - '', - 'CC-0', - 't', - '', - '' -); -