mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 00:40:29 +03:00
Human readable permission data will now be cached in serialized form for faster page generation.
This commit is contained in:
parent
bb23e7fd4c
commit
88196e8b9b
2 changed files with 36 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ class FDroid
|
|||
|
||||
|
||||
function get_app($query_vars) {
|
||||
$permissions_data = get_android_permissions_array($this->site_path.'/repo/AndroidManifest.xml', $this->site_path.'/repo/strings.xml');
|
||||
$permissions_data = get_android_permissions_array($this->site_path.'/repo/AndroidManifest.xml', $this->site_path.'/repo/strings.xml', $this->site_path.'/repo/android-permissions.cache');
|
||||
|
||||
$xml = simplexml_load_file($this->site_path.'/repo/index.xml');
|
||||
foreach($xml->children() as $app) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue