mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
Looks like the reason for this file has gone. We shall merge the code into config.inc soon.
9 lines
154 B
PHP
Executable File
9 lines
154 B
PHP
Executable File
#!/usr/local/bin/php
|
|
<?php
|
|
|
|
require_once("util.inc");
|
|
require_once("config.inc");
|
|
|
|
/* Backup to Google Drive (if configured) */
|
|
backup_to_google_drive();
|