-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmodulekit.php
More file actions
35 lines (35 loc) · 748 Bytes
/
modulekit.php
File metadata and controls
35 lines (35 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$id = "openstreetbrowser";
$depend = array(
'hooks',
'html',
'modulekit-lang',
'modulekit-form',
'modulekit-ajax',
'openstreetbrowser-categories-main',
'openstreetmap-tag-translations',
);
$include = array(
'php' => array(
'src/defaults.php',
'src/database.php',
'src/options.php',
'src/language.php',
'src/ip-location.php',
'src/wikidata.php',
'src/wikipedia.php',
'src/ImageLoader.php',
'src/RepositoryBase.php',
'src/RepositoryDir.php',
'src/RepositoryGit.php',
'src/repositories.php',
'src/repositoriesGitea.php',
'src/customCategory.php',
'src/overpassUrl.php',
'src/http_get_contents.php',
),
'css' => array(
'style.css',
),
);
$version = "5.4";