Completed
Push — manifest ( 10b4c8...c90718 )
by Michael
03:59
created

Manifest   A

Complexity

Total Complexity 27

Size/Duplication

Total Lines 138
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 1

Importance

Changes 0
Metric Value
dl 0
loc 138
rs 10
c 0
b 0
f 0
wmc 27
lcom 0
cbo 1
1
<?php
2
3
if (!defined('DOKU_INC')) {
4
    define('DOKU_INC', __DIR__ . '/../../');
5
}
6
require_once(DOKU_INC . 'inc/init.php');
7
8
$manifest = new \dokuwiki\Manifest();
9
$manifest->sendManifest();
10