Changeset 244
- Timestamp:
- 06/22/2011 08:09:41 PM (11 months ago)
- Location:
- trunk
- Files:
-
- 14 edited
-
globals/common.php (modified) (1 diff)
-
install/index.php (modified) (1 diff)
-
install/srtm_download.php (modified) (1 diff)
-
install/steps/step_dbinit.php (modified) (1 diff)
-
install/steps/step_dbsetup.php (modified) (1 diff)
-
install/steps/step_deps.php (modified) (1 diff)
-
install/steps/step_file_perms.php (modified) (1 diff)
-
install/steps/step_final.php (modified) (1 diff)
-
install/steps/step_gmap.php (modified) (1 diff)
-
install/steps/step_mapbounds.php (modified) (1 diff)
-
install/steps/step_smarty.php (modified) (1 diff)
-
install/steps/step_srtm.php (modified) (1 diff)
-
install/steps/step_welcome.php (modified) (1 diff)
-
install/tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/common.php
r239 r244 20 20 */ 21 21 if (file_exists(ROOT_PATH."/install")) { 22 die("WiND error: Please delete \"install/\" folder if you have completed installation ...");22 // die("WiND error: Please delete \"install/\" folder if you have completed installation ..."); 23 23 } 24 24 if (!file_exists(ROOT_PATH."config/config.php")) { -
trunk/install/index.php
r240 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/srtm_download.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_dbinit.php
r241 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_dbsetup.php
r240 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_deps.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_file_perms.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_final.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_gmap.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_mapbounds.php
r240 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_smarty.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_srtm.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/steps/step_welcome.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify -
trunk/install/tools.php
r239 r244 3 3 * WiND - Wireless Nodes Database 4 4 * 5 * Copyright (C) 2011 Sque<squarious _at gmail [dot] com>5 * Copyright (C) 2011 K. Paliouras <squarious _at gmail [dot] com> 6 6 * 7 7 * This program is free software; you can redistribute it and/or modify
Note: See TracChangeset
for help on using the changeset viewer.
