Browse Source

OC-459:new string server_url, new bool show_server_url_input. OC-394

masensio 12 years ago
parent
commit
dcc0461a7d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      res/values/branding.xml

+ 2 - 1
res/values/branding.xml

@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    
+    <string name="server_url">"http://beta.owncloud.com/owncloud/"</string>
+    <bool name="show_server_url_input">false</bool>
 </resources>