[dev] gollem/config/backends.php.dist Tabs->spaces patch
Rick Emery
rick at emery.homelinux.net
Tue Nov 25 07:25:28 PST 2003
Converts tabs to spaces in gollem/config/backends.php.dist
--
Rick Emery
"When once you have tasted flight, you will forever walk the Earth
with your eyes turned skyward, for there you have been, and there
you will always long to return"
-- Leonardo Da Vinci
-------------- next part --------------
Index: backends.php.dist
===================================================================
RCS file: /repository/gollem/config/backends.php.dist,v
retrieving revision 1.15
diff -u -r1.15 backends.php.dist
--- backends.php.dist 24 Nov 2003 17:35:51 -0000 1.15
+++ backends.php.dist 25 Nov 2003 15:21:08 -0000
@@ -61,8 +61,8 @@
'hostspec' => 'ftp.example.com',
// The port number of the FTP server
'port' => 21,
- // Use passive mode?
- 'pasv' => false
+ // Use passive mode?
+ 'pasv' => false
),
'attributes' => array('type', 'name', 'download', 'modified', 'size', 'permission', 'owner', 'group')
);
@@ -78,8 +78,8 @@
'hostspec' => 'ftp.example.com',
// The port number of the FTP server
'port' => 21,
- // Use passive mode?
- 'pasv' => false
+ // Use passive mode?
+ 'pasv' => false
),
'attributes' => array('type', 'name', 'download', 'modified', 'size', 'permission', 'owner', 'group')
);
More information about the dev
mailing list