remove site_url path since it's not necessary

This commit is contained in:
David Sterry 2010-12-21 14:38:13 -08:00
parent 385609797c
commit 81a7de2d85

View file

@ -18,7 +18,6 @@ class FDroid
// Our text domain, for internationalisation // Our text domain, for internationalisation
var $textdom='wp-fdroid'; var $textdom='wp-fdroid';
var $site_url = "http://localhost/fdroid";
var $site_path = "/var/www/fdroid"; var $site_path = "/var/www/fdroid";
// Constructor // Constructor