annotate etc/plugins/jqueryui/config.inc.php @ 41:d2414df68d78

Updated by Alex S Grebenschikov (www.poralix.com) to make it compatible with RoundCube 1.3.0
author Charlie Root
date Fri, 24 Jan 2025 14:20:15 -0500
parents ac106d4c8961
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
1 <?php
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
2 // Empty configuration for jqueryui
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
3 // See /usr/share/roundcube/plugins/jqueryui/config.inc.php.dist for instructions
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
4 // Check the access right of the file if you put sensitive information in it.
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
5 $config=array();
ac106d4c8961 flip /etc/roundcube to point here
Charlie Root
parents:
diff changeset
6 ?>