[vhffs-dev] [1470] Removed this studpid \n |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1470
Author: beuss
Date: 2009-07-09 13:32:24 +0200 (Thu, 09 Jul 2009)
Log Message:
-----------
Removed this studpid \n
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2009-07-08 06:43:48 UTC (rev 1469)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2009-07-09 11:32:24 UTC (rev 1470)
@@ -277,7 +277,7 @@
my $vhffs = init Vhffs::Main;
$this->{vhffs} = $vhffs;
unless( defined $vhffs ) {
- print CGI->header( -type=>'text/html', -charset=>'utf-8' ), 'Unable to open database connection\n';
+ print CGI->header( -type=>'text/html', -charset=>'utf-8' ), 'Unable to open database connection';
exit 1;
}