Completed
Push — master ( e7f690...2d1b2e )
by Ankit
02:28
created

database.example.php ➔ URL()   A

Complexity

Conditions 2
Paths 2

Size

Total Lines 13
Code Lines 9

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 2
eloc 9
nc 2
nop 0
dl 0
loc 13
rs 9.4285
c 0
b 0
f 0
1
<?php
2
  // Define database connection constants
3
  define('DB_HOST', 'localhost');
4
  define('DB_USER', 'root');
5
  define('DB_PASSWORD','');
6
  define('DB_NAME', 'account');
7
  define('URL', 'http://localhost');
8