2025-04-24 18:30:22 +02:00
|
|
|
## php_cd::init.pp
|
|
|
|
|
# Module name: php_cd
|
|
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
|
|
|
# @summary Class initializes the php_cd module
|
|
|
|
|
##############################################################################
|
2025-04-24 20:14:24 +02:00
|
|
|
class php_cd {
|
2025-04-24 18:30:22 +02:00
|
|
|
include php_cd::params
|
|
|
|
|
}
|