2006-04-21_snapshot
git-svn-id: svn://192.168.202.10@5 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+14
-13
@@ -1,15 +1,16 @@
|
||||
<?
|
||||
### listloader.php
|
||||
###
|
||||
### Copyright (C) 2006 Matt Florell,Joe Johnson <vicidial@gmail.com> LICENSE: GPLv2
|
||||
###
|
||||
### AST Web GUI lead loader from formatted file
|
||||
###
|
||||
### CHANGES
|
||||
### 50602-1640 - First version created by Joe Johnson
|
||||
### 51128-1108 - Removed PHP global vars requirement
|
||||
###
|
||||
### make sure vicidial_list exists and that your file follows the formatting correctly. This page does not dedupe or do any other lead filtering actions yet at this time.
|
||||
# listloader.php
|
||||
#
|
||||
# Copyright (C) 2006 Matt Florell,Joe Johnson <vicidial@gmail.com> LICENSE: GPLv2
|
||||
#
|
||||
# AST Web GUI lead loader from formatted file
|
||||
#
|
||||
# CHANGES
|
||||
# 50602-1640 - First version created by Joe Johnson
|
||||
# 51128-1108 - Removed PHP global vars requirement
|
||||
# 60421-1043 - check GET/POST vars lines with isset to not trigger PHP NOTICES
|
||||
#
|
||||
# make sure vicidial_list exists and that your file follows the formatting correctly. This page does not dedupe or do any other lead filtering actions yet at this time.
|
||||
|
||||
|
||||
header ("Content-type: text/html; charset=utf-8");
|
||||
@@ -27,8 +28,8 @@ $submit=$_GET["submit"]; if (!$submit) {$submit=$_POST["submit"];}
|
||||
$SUBMIT=$_GET["SUBMIT"]; if (!$SUBMIT) {$SUBMIT=$_POST["SUBMIT"];}
|
||||
|
||||
|
||||
$version = '1.1';
|
||||
$build = '51128-1108';
|
||||
$version = '1.1.11';
|
||||
$build = '60421-1043';
|
||||
|
||||
$script_name = getenv("SCRIPT_NAME");
|
||||
$server_name = getenv("SERVER_NAME");
|
||||
|
||||
Reference in New Issue
Block a user