mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
backup add feature: upload to google drive
This commit is contained in:
@@ -92,7 +92,8 @@ function hash_where($name, $hash) {
|
||||
return "($name = " . sqlesc($hash) . " OR $name = " . sqlesc($shhash) . ")";
|
||||
}
|
||||
|
||||
|
||||
//no need any more...
|
||||
/*
|
||||
function strip_magic_quotes($arr)
|
||||
{
|
||||
foreach ($arr as $k => $v)
|
||||
@@ -119,7 +120,7 @@ if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc())
|
||||
$_COOKIE = strip_magic_quotes($_COOKIE);
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
function get_langfolder_list()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user