Changeset 7452
- Timestamp:
- 02/06/09 14:17:10 (4 years ago)
- Files:
-
- modules/branches/2.6/backup/functions.inc.php (modified) (1 diff)
- modules/branches/2.6/backup/i18n/backup.pot (modified) (1 diff)
- modules/branches/2.6/backup/install.php (modified) (1 diff)
- modules/branches/2.6/backup/page.backup.php (modified) (1 diff)
- modules/branches/2.6/backup/schedule_functions.php (modified) (1 diff)
- modules/branches/2.6/backup/uninstall.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/backup/functions.inc.php
r6310 r7452 1 1 <?php 2 // This program is free software; you can redistribute it and/or 3 // modify it under the terms of the GNU General Public License 4 // as published by the Free Software Foundation; either version 2 5 // of the License, or (at your option) any later version. 6 7 // This program is distributed in the hope that it will be useful, 8 // but WITHOUT ANY WARRANTY; without even the implied warranty of 9 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 // GNU General Public License for more details. 11 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 17 // Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 18 // Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 19 // 12 20 // this function is in charge of looking into the database and creating crontab jobs for each of the Backup Sets 13 21 // The crontab file is for user asterisk. modules/branches/2.6/backup/i18n/backup.pot
r7301 r7452 1 # SOME DESCRIPTIVE TITLE. 2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3 # This file is distributed under the same license as the PACKAGE package. 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 1 # This file is part of FreePBX. 2 # 3 # FreePBX is free software: you can redistribute it and/or modify 4 # it under the terms of the GNU General Public License as published by 5 # the Free Software Foundation, either version 3 of the License, or 6 # (at your option) any later version. 7 # 8 # FreePBX is distributed in the hope that it will be useful, 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 # GNU General Public License for more details. 12 # 13 # You should have received a copy of the GNU General Public License 14 # along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 15 # 16 # Copyright 2008, 2009 FreePBX 5 17 # 6 18 #, fuzzy modules/branches/2.6/backup/install.php
r6856 r7452 1 1 <?php 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 17 // Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 18 // Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 19 // 2 20 3 21 global $db; modules/branches/2.6/backup/page.backup.php
r5972 r7452 1 1 <?php 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 2 17 // backup.php Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 3 18 // Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 4 19 // 5 //This program is free software; you can redistribute it and/or6 //modify it under the terms of the GNU General Public License7 //as published by the Free Software Foundation; either version 28 //of the License, or (at your option) any later version.9 //10 //This program is distributed in the hope that it will be useful,11 //but WITHOUT ANY WARRANTY; without even the implied warranty of12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 //GNU General Public License for more details.14 20 ?> 15 21 modules/branches/2.6/backup/schedule_functions.php
r7301 r7452 1 1 <?php 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 2 17 // schedule_functions.php Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 3 18 // Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 4 19 // 5 //This program is free software; you can redistribute it and/or6 //modify it under the terms of the GNU General Public License7 //as published by the Free Software Foundation; either version 28 //of the License, or (at your option) any later version.9 //10 //This program is distributed in the hope that it will be useful,11 //but WITHOUT ANY WARRANTY; without even the implied warranty of12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 //GNU General Public License for more details.14 20 15 21 function Get_Tar_Files($dir="", $display="", $file="") { modules/branches/2.6/backup/uninstall.php
r6310 r7452 1 1 <?php 2 //This file is part of FreePBX. 3 // 4 // FreePBX is free software: you can redistribute it and/or modify 5 // it under the terms of the GNU General Public License as published by 6 // the Free Software Foundation, either version 3 of the License, or 7 // (at your option) any later version. 8 // 9 // FreePBX is distributed in the hope that it will be useful, 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 // GNU General Public License for more details. 13 // 14 // You should have received a copy of the GNU General Public License 15 // along with FreePBX. If not, see <http://www.gnu.org/licenses/>. 16 // 17 // Copyright (C) 2005 VerCom Systems, Inc. & Ron Hartmann (rhartmann@vercomsystems.com) 18 // Asterisk Management Portal Copyright (C) 2004 Coalescent Systems Inc. (info@coalescentsystems.ca) 19 // 2 20 3 21 global $db;
