Ignore:
Timestamp:
Jun 1, 2023, 1:01:38 AM (12 months ago)
Author:
chronos
Message:
  • Fixed: Modules initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Map/ModuleMap.php

    r8 r9  
    11<?php
     2
     3include_once(dirname(__FILE__).'/Map.php');
     4include_once(dirname(__FILE__).'/MapGoogle.php');
     5include_once(dirname(__FILE__).'/MapOSM.php');
     6include_once(dirname(__FILE__).'/MapSeznam.php');
    27
    38class ModuleMap extends Module
Note: See TracChangeset for help on using the changeset viewer.