1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-07 09:06:36 +02:00

Add bridge info: maintainer

This commit is contained in:
Mitsukarenai
2014-05-21 19:09:37 +02:00
parent 7bee777362
commit 6956468b64
3 changed files with 11 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ class Bridge{
$listBridge = array();
$searchCommonPattern = array('description', 'name');
$searchCommonPattern = array('maintainer', 'description', 'name');
$dirFiles = scandir($pathDirBridge);
if( $dirFiles !== false ){
@@ -184,4 +184,4 @@ class Bridge{
return $listBridge;
}
}
}