Magellan Linux

Contents of /alx-src/branches/alx-web-060/include/plugins/rdesktop.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3516 - (show annotations) (download)
Thu Apr 19 18:02:33 2012 UTC (12 years ago) by niro
File size: 214 byte(s)
-added special definitions for serveral plugins
1 <?
2 $drop['autostart'] = array( 0, 1);
3 $drop['password'] = 'password';
4 $drop['keyboard'] = array ( "de", "us" );
5 $drop['resolution'] = array( "800x600", "1024x768", "1280x1024", "seamless", "fullscreen" );
6 ?>
7
8