D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
csf
/
cpanel
/
Driver
/
ConfigServercsf
/
Filename :
META.pm
back
Copy
package Cpanel::Config::ConfigObj::Driver::ConfigServercsf::META; use strict; our $VERSION = 1.1; #use parent qw(Cpanel::Config::ConfigObj::Interface::Config::Version::v1); sub spec_version { return 1; } sub meta_version { return 1; } sub get_driver_name { return 'ConfigServercsf_driver'; } sub content { my ($locale_handle) = @_; my $content = { 'vendor' => 'Way to the Web Limited', 'url' => 'www.configserver.com', 'name' => { 'short' => 'ConfigServercsf Driver', 'long' => 'ConfigServercsf Driver', 'driver' => get_driver_name(), }, 'since' => 'cPanel 11.38.1', 'abstract' => "A ConfigServercsf driver", 'version' => $VERSION, }; if ($locale_handle) { $content->{'abstract'} = $locale_handle->maketext("ConfigServer csf driver"); } return $content; } sub showcase { return; } 1;
Name
Size
Last Modified
Owner
Permissions
Actions
META.pm
0.921
KB
November 07 2017 9:59:36
root
0644
2017 © D7net | D704T team