WIP: Untested, solo caricati file di test
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!-- ******************************************
|
||||
* Author : Riccardo Di Dato
|
||||
* Created On : Thu Jul 11 2019
|
||||
* File : notFound.html.html
|
||||
******************************************* -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Riccardo Di Dato">
|
||||
<title>Works</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
IT WORKS!
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/*
|
||||
* Cambiare nomeProgetto col buildname del progetto
|
||||
*/
|
||||
|
||||
$buildName = getenv("ASD_BUILDNAME");
|
||||
require_once ("/home/asdynamics/private/$buildName/load.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user