Commit 7491e4cc5c76f32952f60779afbddd3c66402c80
1 parent
e5962f2a01
Exists in
master
remote file
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
sinkronisasi_import.php
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | require("sinkronisasi.include.php"); | 3 | require("sinkronisasi.include.php"); |
4 | 4 | ||
5 | if (function_exists('drush_main')) { | 5 | if (function_exists('drush_main')) { |
6 | sinkronisasi_import_from_serialized_file("adhisimon/kantor/jenis_kantor.txt"); | 6 | sinkronisasi_import_from_serialized_file("http://p2humas.intranet.pajak.go.id/adhisimon/sinkronisasi-drupal/jenis_kantor.txt"); |
7 | } | 7 | } |
8 | 8 |