File tree 2 files changed +6
-5
lines changed
resources/views/api/v4/router
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ function f_import_as<?= $int['autsys'] ?>()
239
239
import where f_import_as<?= $ int ['autsys ' ] ?> ();
240
240
export none;
241
241
};
242
-
243
- <?php if ( $ int [ ' bgpmd5secret ' ] && ! $ t -> router -> skip_md5 ): ?> password "<?= $ int ['bgpmd5secret ' ] ?> ";<?php endif ; ?>
244
-
242
+ <?php if ( $ int [ ' bgpmd5secret ' ] && ! $ t -> router -> skip_md5 ): ?>
243
+ password "<?= $ int ['bgpmd5secret ' ] ?> ";
244
+ <?php endif ; ?>
245
245
}
246
246
247
247
<?php endforeach ; ?>
Original file line number Diff line number Diff line change 281
281
table t_<?= $ int ['fvliid ' ] ?> _as<?= $ int ['autsys ' ] ?> ;
282
282
export filter f_export_as<?= $ int ['autsys ' ] ?> ;
283
283
};
284
- <?php if ( $ int ['bgpmd5secret ' ] && !$ t ->router ->skip_md5 ): ?> password "<?= $ int ['bgpmd5secret ' ] ?> ";<?php endif ; ?>
285
-
284
+ <?php if ( $ int ['bgpmd5secret ' ] && !$ t ->router ->skip_md5 ): ?>
285
+ password "<?= $ int ['bgpmd5secret ' ] ?> ";
286
+ <?php endif ; ?>
286
287
}
287
288
288
289
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments