// Our text domain, for internationalisation\r
var $textdom='wp-fdroid';\r
\r
+ var $site_url = "http://localhost/fdroid";\r
+ var $site_path = "/var/www/fdroid";\r
+\r
// Constructor\r
function FDroid() {\r
// Add filters etc here!\r
\r
function get_app($id) {\r
\r
- $xml = simplexml_load_file("/home/fdroid/public_html/repo/index.xml");\r
+ $xml = simplexml_load_file($this->site_path."/repo/index.xml");\r
foreach($xml->children() as $app) {\r
\r
$attrs=$app->attributes();\r
$got=0;\r
$total=0;\r
\r
- $xml = simplexml_load_file("/home/fdroid/public_html/repo/index.xml");\r
+ $xml = simplexml_load_file($this->site_path."/repo/index.xml");\r
foreach($xml->children() as $app) {\r
\r
$attrs=$app->attributes();\r