Loading index.php +3 −18 Original line number Diff line number Diff line Loading @@ -2,25 +2,10 @@ require_once __DIR__ . '/vendor/autoload.php'; $func = new Hp\Test\Functions(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php require_once __DIR__ . '/vendor/autoload.php'; use Hp\Test\Functions; $func = new Functions(); ?> <!DOCTYPE html> Loading Loading
index.php +3 −18 Original line number Diff line number Diff line Loading @@ -2,25 +2,10 @@ require_once __DIR__ . '/vendor/autoload.php'; $func = new Hp\Test\Functions(); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <?php require_once __DIR__ . '/vendor/autoload.php'; use Hp\Test\Functions; $func = new Functions(); ?> <!DOCTYPE html> Loading