コード例 #1
0
<?php

include_once "../model/mAlertasAutomaticas.php";
$aler = new AlertasMan();
echo $aler->alertaCambioGiro($_POST['clave'], $_POST['giro']);