Plugin Directory

Changeset 2481592


Ignore:
Timestamp:
02/25/2021 04:34:31 PM (5 years ago)
Author:
datacake
Message:

updating files

Location:
datacake-core/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • datacake-core/trunk/src/Includes/DatacakeCoreActivator.php

    r2481532 r2481592  
    3636        if( ! get_option(self::$config_name,null) ) {
    3737            require_once(
    38                 realpath(__DIR__.'/../Migrate/001_initial.php')
     38                realpath(__DIR__.'/Migrate/001_initial.php')
    3939            );
    4040        }
     
    5353        if( version_compare( $db_version,   '1.1.1', '<' ) ) {
    5454            require_once(
    55                 realpath(__DIR__.'/../Migrate/002_short_name_and_redir.php')
     55                realpath(__DIR__.'/Migrate/002_short_name_and_redir.php')
    5656            );
    5757        }
  • datacake-core/trunk/vendor/bin/carbon

    r2458314 r2481592  
    1 link ../nesbot/carbon/bin/carbon
     1../nesbot/carbon/bin/carbon
Note: See TracChangeset for help on using the changeset viewer.