We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0a72d commit 483c758Copy full SHA for 483c758
php-config.php
@@ -137,21 +137,4 @@ function status_message() {
137
return $GLOBALS['status_message'];
138
}
139
140
-$config = new Config;
141
-$config->language('slovenian');
142
-$config->showClass(1);
143
-$config->showOther(1);
144
-
145
-$config->comment('test');
146
-$config->set('display_offline_message', 1,'');
147
-$config->set('offline', '1',2);
148
-$config->comment('testek');
149
-$config->set('offline_message', 'hej','nej');
150
-$config->set('offline_message2', 'hej','nej');
151
152
-$data = $config->toString('Config','//addclass','//addnoclass');
153
-$config->toFile('config.php',$data);
154
-echo $config->status_message();
155
156
157
-?>
+?>
0 commit comments