D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home1
/
netbooks
/
public_html
/
nb-senhas
/
jobs
/
Filename :
reset-contadores.php
back
Copy
<?php error_reporting(E_ALL); set_time_limit(0); if (!class_exists('Gerais')) include('../models/gerais.php'); if (!class_exists('Database')) include('../includes/conexao.php'); $db = new Database(); $gerais = new Gerais(); if ($result = $db->updateDB("UPDATE senhas_standby SET status = 'F' WHERE status = 'S'")) { $result = $db->updateDB("UPDATE senhas_atendimento SET senha = 0"); } ?>