mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
10 lines
158 B
PHP
Executable File
10 lines
158 B
PHP
Executable File
#!/usr/local/bin/php
|
|
<?
|
|
/**
|
|
* Backup to Google Drive (if configured)
|
|
*/
|
|
require_once("util.inc");
|
|
require_once("config.lib.inc");
|
|
|
|
backup_to_google_drive();
|