Skip to content

Instantly share code, notes, and snippets.

View harshrajdubey's full-sized avatar
🎓
Study

Harsh Raj Dubey harshrajdubey

🎓
Study
View GitHub Profile
<?php
/**
* Core functions used all over the scripts.
* This script is distinct from libraries/common.inc.php because this
* script is called from /test.
*/
declare(strict_types=1);
namespace PhpMyAdmin;