Completed
Push — master ( 5b49dd...595d45 )
by Harald
03:46
created

define_language.php ➔ tep_opendir()   B

Complexity

Conditions 5
Paths 2

Size

Total Lines 29
Code Lines 15

Duplication

Lines 3
Ratio 10.34 %

Importance

Changes 0
Metric Value
cc 5
eloc 15
nc 2
nop 1
dl 3
loc 29
rs 8.439
c 0
b 0
f 0
1
<?php
2
/**
3
  * osCommerce Online Merchant
4
  *
5
  * @copyright (c) 2016 osCommerce; https://www.oscommerce.com
6
  * @license MIT; https://www.oscommerce.com/license/mit.txt
7
  */
8
9
  require('includes/application_top.php');
10
  require($oscTemplate->getFile('template_top.php'));
11
?>
12
13
<p>This page will return in the next beta release.</p>
14
15
<?php
16
  require($oscTemplate->getFile('template_bottom.php'));
17
  require('includes/application_bottom.php');
18
?>
19