Files
alphacar-dashboard/index.php

11 lines
88 B
PHP

<?php
$i = 1;
if($i == 1){
include "db.php";
}
else{
print("nanoildasl");
}
?>