Update class.clearcp.php

This commit is contained in:
Runard 2023-01-01 17:38:35 +01:00 committed by GitHub
parent 0debe9ff84
commit 755a9451b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
<?php
require('class.sqlconnect.php');
$mysqli = new mysqli($servername, $username, $password, $dbname);
$mysqli->set_charset("utf8");
$req = "DELETE FROM $table WHERE type = 'cp' ;";