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