Tadashi Okoshi
slash****@users*****
2005年 10月 24日 (月) 17:52:49 JST
Index: affelio/bin/get_content.cgi
diff -u affelio/bin/get_content.cgi:1.21 affelio/bin/get_content.cgi:1.22
--- affelio/bin/get_content.cgi:1.21 Sun Jul 3 04:16:51 2005
+++ affelio/bin/get_content.cgi Mon Oct 24 17:52:49 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id: get_content.cgi,v 1.21 2005/07/02 19:16:51 slash5234 Exp $
+# $Id: get_content.cgi,v 1.22 2005/10/24 08:52:49 slash5234 Exp $
use strict;
@@ -46,7 +46,7 @@
#Load Affelio and CGI
############################################################################
my $q = new CGI;
-my $cfg_dir = "..";
+my $cfg_dir = "../config/";
my $af = new Affelio(ConfigDir => $cfg_dir);
debug_print("get_content.cgi: AF loaded.");
my $wi = new Affelio::misc::WebInput();
Index: affelio/bin/loginexec.cgi
diff -u affelio/bin/loginexec.cgi:1.5 affelio/bin/loginexec.cgi:1.6
--- affelio/bin/loginexec.cgi:1.5 Fri Jul 1 17:19:41 2005
+++ affelio/bin/loginexec.cgi Mon Oct 24 17:52:49 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: loginexec.cgi,v 1.5 2005/07/01 08:19:41 slash5234 Exp $
+# $Id: loginexec.cgi,v 1.6 2005/10/24 08:52:49 slash5234 Exp $
use strict;
@@ -43,7 +43,7 @@
############################################################################
#Load Affelio
############################################################################
-my $cfg_dir = "..";
+my $cfg_dir = "../config/";
my $af;
try{
$af = new Affelio(ConfigDir => $cfg_dir);
Index: affelio/bin/logoutexec.cgi
diff -u affelio/bin/logoutexec.cgi:1.4 affelio/bin/logoutexec.cgi:1.5
--- affelio/bin/logoutexec.cgi:1.4 Fri Jul 1 17:19:41 2005
+++ affelio/bin/logoutexec.cgi Mon Oct 24 17:52:49 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: logoutexec.cgi,v 1.4 2005/07/01 08:19:41 slash5234 Exp $
+# $Id: logoutexec.cgi,v 1.5 2005/10/24 08:52:49 slash5234 Exp $
use strict;
@@ -41,7 +41,7 @@
############################################################################
#Load Affelio
############################################################################
-my $cfg_dir = "..";
+my $cfg_dir = "../config/";
my $af;
try{
$af = new Affelio(ConfigDir => $cfg_dir);
Index: affelio/bin/recv_mail_ack.cgi
diff -u affelio/bin/recv_mail_ack.cgi:1.7 affelio/bin/recv_mail_ack.cgi:1.8
--- affelio/bin/recv_mail_ack.cgi:1.7 Fri Jul 1 17:19:41 2005
+++ affelio/bin/recv_mail_ack.cgi Mon Oct 24 17:52:49 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id: recv_mail_ack.cgi,v 1.7 2005/07/01 08:19:41 slash5234 Exp $
+# $Id: recv_mail_ack.cgi,v 1.8 2005/10/24 08:52:49 slash5234 Exp $
use strict;
use lib("../extlib");
@@ -45,7 +45,7 @@
############################################################################
#Load Affelio
-my $cfg_dir = "..";
+my $cfg_dir = "../config/";
my $af;
try{
$af = new Affelio(ConfigDir => $cfg_dir);
Index: affelio/bin/send_handshake.cgi
diff -u affelio/bin/send_handshake.cgi:1.4 affelio/bin/send_handshake.cgi:1.5
--- affelio/bin/send_handshake.cgi:1.4 Fri Jul 1 10:49:01 2005
+++ affelio/bin/send_handshake.cgi Mon Oct 24 17:52:49 2005
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# $Id: send_handshake.cgi,v 1.4 2005/07/01 01:49:01 slash5234 Exp $
+# $Id: send_handshake.cgi,v 1.5 2005/10/24 08:52:49 slash5234 Exp $
use strict;
use lib("../extlib");
@@ -42,7 +42,7 @@
############################################################################
#Load Affelio
-my $cfg_dir = "..";
+my $cfg_dir = "../config/";
my $af = new Affelio(ConfigDir => $cfg_dir);
############################################################################