Cloudflare Pro

PHP

Advanced Cloudflare DNS management extension for Plesk with DNS record synchronization, zone management, proxy control, SSL automation, and seamless Cloudflare integration.

Stars
16
Forks
1
Downloads
N/A
Open Issues
0
Files main

Repository Files

Loading file structure...
plib/scripts/pre-uninstall.php
<?php

pm_Context::init('cloudflare-pro');

$dbPath = pm_Context::getVarDir() . DIRECTORY_SEPARATOR . 'cloudflare-pro.sqlite';

if (is_file($dbPath)) {
    unlink($dbPath);
}